diff options
author | Yingjoe Chen <yingjoe.chen@mediatek.com> | 2015-03-06 14:24:50 +0800 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2015-03-06 14:06:21 +0100 |
commit | 0a233cdf0aeb1d564fe8ae822bc3df70d4cf423b (patch) | |
tree | 271f1434bb22499e4f4e891ae95b4c59c914ed6f /arch/arm64 | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | blackbird-op-linux-0a233cdf0aeb1d564fe8ae822bc3df70d4cf423b.tar.gz blackbird-op-linux-0a233cdf0aeb1d564fe8ae822bc3df70d4cf423b.zip |
arm64: mediatek: Select PINCTRL for Mediatek platform
MediaTek SoC expect to work with a pinctrl driver.
Select PINCTRL if ARCH_MEDIATEK is selected.
Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 1b8e97331ffb..2e5a398c7b96 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -174,6 +174,7 @@ config ARCH_FSL_LS2085A config ARCH_MEDIATEK bool "Mediatek MT65xx & MT81xx ARMv8 SoC" select ARM_GIC + select PINCTRL help Support for Mediatek MT65xx & MT81xx ARMv8 SoCs |