Message ID | 1463089973-18256-1-git-send-email-john.stultz@linaro.org |
---|---|
State | Superseded |
Headers | show |
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 94c410d..4d2c201 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -37,6 +37,7 @@ config ARCH_LAYERSCAPE config ARCH_HISI bool "Hisilicon SoC Family" select ARM_TIMER_SP804 + select PINCTRL help This enables support for Hisilicon ARMv8 SoC family
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. Signed-off-by: John Stultz <john.stultz@linaro.org> --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) -- 1.9.1