Skip to content
Snippets Groups Projects
Commit c4188edc authored by Catalin Marinas's avatar Catalin Marinas
Browse files

arm64: Enable support for the ARM GIC interrupt controller


This patch enables ARM_GIC on the arm64 kernel.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent e6b6dc7f
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ config ARM64 ...@@ -6,6 +6,7 @@ config ARM64
select ARCH_WANT_FRAME_POINTERS select ARCH_WANT_FRAME_POINTERS
select ARM_AMBA select ARM_AMBA
select ARM_ARCH_TIMER select ARM_ARCH_TIMER
select ARM_GIC
select CLONE_BACKWARDS select CLONE_BACKWARDS
select COMMON_CLK select COMMON_CLK
select GENERIC_CLOCKEVENTS select GENERIC_CLOCKEVENTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment