diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2016-02-25 11:14:56 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-02-26 22:56:48 +0100 |
commit | 93df6d16afbe54045f22c88a09ffa41436d6c68b (patch) | |
tree | 7e6c49a24305758181d91ae8deabbb6b83d8c954 /arch/arm64/Kconfig.platforms | |
parent | arm64: defconfig: enable the Alpine family (diff) | |
download | linux-93df6d16afbe54045f22c88a09ffa41436d6c68b.tar.xz linux-93df6d16afbe54045f22c88a09ffa41436d6c68b.zip |
arm64: 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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 6230a744fb0e..638dee72131b 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -2,6 +2,7 @@ menu "Platform selection" config ARCH_ALPINE bool "Annapurna Labs Alpine platform" + select ALPINE_MSI help This enables support for the Annapurna Labs Alpine Soc family. |