diff options
author | John Stultz <[email protected]> | 2016-08-22 15:45:30 -0700 |
---|---|---|
committer | Wei Xu <[email protected]> | 2016-08-24 15:56:28 +0100 |
commit | 21adc4d7bb0260effe0a4395a8751d88a4aedf9a (patch) | |
tree | c44c3ceb54b1eb13c4a1f7fb8521ffdb990e59dd | |
parent | 29002b8e2e86f35f93f31373a2e7c32e2028aeee (diff) |
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 <[email protected]>
Cc: Wei Xu <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: [email protected]
Signed-off-by: John Stultz <[email protected]>
Signed-off-by: Wei Xu <[email protected]>
-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 |