diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2016-02-25 05:14:57 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-02-26 16:57:22 -0500 |
commit | 7410bf1b69a73b75dbbf9126593db4adcbd989a6 (patch) | |
tree | 8fd5b7ac29f3bbd1c4d7d72839071cab9f0f0056 | |
parent | e7ada8dfd564d9fa518432a513994cc53e358fad (diff) |
ARM: alpine: select the Alpine MSI controller driver
Select the Alpine MSI controller driver when using an Alpine platform.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Tsahee Zidenberg <tsahee@annapurnalabs.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/mach-alpine/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-alpine/Kconfig b/arch/arm/mach-alpine/Kconfig index 5c2d54f59f53..b41838a58ae4 100644 --- a/arch/arm/mach-alpine/Kconfig +++ b/arch/arm/mach-alpine/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | config ARCH_ALPINE | 1 | config ARCH_ALPINE |
2 | bool "Annapurna Labs Alpine platform" | 2 | bool "Annapurna Labs Alpine platform" |
3 | depends on ARCH_MULTI_V7 | 3 | depends on ARCH_MULTI_V7 |
4 | select ALPINE_MSI | ||
4 | select ARM_AMBA | 5 | select ARM_AMBA |
5 | select ARM_GIC | 6 | select ARM_GIC |
6 | select GENERIC_IRQ_CHIP | 7 | select GENERIC_IRQ_CHIP |