diff options
author | John Stultz <john.stultz@linaro.org> | 2016-08-23 01:45:30 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2016-08-24 17:56:28 +0300 |
commit | 21adc4d7bb0260effe0a4395a8751d88a4aedf9a (patch) | |
tree | c44c3ceb54b1eb13c4a1f7fb8521ffdb990e59dd /arch/arm64/Kconfig.platforms | |
parent | 29002b8e2e86f35f93f31373a2e7c32e2028aeee (diff) | |
download | linux-21adc4d7bb0260effe0a4395a8751d88a4aedf9a.tar.xz |
Kconfig: ARCH_HISI: Add PINCTRL to HISI platform
Things won't work if PINCTRL isn't enabled,
so make sure to explicitly set it rather
then betting that we have some other platform
configed in which selects it.
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Wei Xu <xuwei5@hisilicon.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
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 bb2616b16157..8390653f39f7 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -67,6 +67,7 @@ config ARCH_HISI bool "Hisilicon SoC Family" select ARM_TIMER_SP804 select HISILICON_IRQ_MBIGEN + select PINCTRL help This enables support for Hisilicon ARMv8 SoC family |