diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-21 16:29:16 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-21 18:47:17 +0300 |
commit | 29ad6bd9ada2629fe1b7b30d6d08259005abcb8a (patch) | |
tree | a5e8a35333ac5ef6b9c14d1b8140c5c31e0be3cd /arch/arm64 | |
parent | c4c14365853f192ceb6e11b4cd6de55ef209744d (diff) | |
download | linux-29ad6bd9ada2629fe1b7b30d6d08259005abcb8a.tar.xz |
arm64: marvell: enable ICU and GICP drivers
This commit enables the newly introduced Marvell GICP and ICUs driver
for the 64-bit Marvell EBU platforms.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index bb064c42e74c..b263dc4b5114 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -108,6 +108,8 @@ config ARCH_MVEBU select ARMADA_37XX_CLK select GPIOLIB select GPIOLIB_IRQCHIP + select MVEBU_GICP + select MVEBU_ICU select MVEBU_ODMI select MVEBU_PIC select OF_GPIO |