From: Catalin Marinas Date: Mon, 14 Jan 2013 12:39:31 +0000 (+0000) Subject: arm64: Enable support for the ARM GIC interrupt controller X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c4188edc9e92fdc4b341c5cba91ffd8c3e9997e5;p=linux-beck.git arm64: Enable support for the ARM GIC interrupt controller This patch enables ARM_GIC on the arm64 kernel. Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 73b6e764034c..c05bb215292a 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -6,6 +6,7 @@ config ARM64 select ARCH_WANT_FRAME_POINTERS select ARM_AMBA select ARM_ARCH_TIMER + select ARM_GIC select CLONE_BACKWARDS select COMMON_CLK select GENERIC_CLOCKEVENTS