diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2015-03-06 13:52:58 +0100 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2015-03-10 14:31:10 +0100 |
commit | 67fdcc96b49455569307e6ba7bba0905cf9d6596 (patch) | |
tree | bfcdd4c59a3d917828b8f0d669b04f91f7e621b1 /arch/arm/mach-mediatek | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
ARM: mediatek: enable the pin controller
This patch enables the pin controller for Mediatek SoCs.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/mach-mediatek')
-rw-r--r-- | arch/arm/mach-mediatek/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig index f7e463ca0287..9f59e58da3a4 100644 --- a/arch/arm/mach-mediatek/Kconfig +++ b/arch/arm/mach-mediatek/Kconfig @@ -1,6 +1,7 @@ menuconfig ARCH_MEDIATEK bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7 select ARM_GIC + select PINCTRL select MTK_TIMER help Support for Mediatek MT65xx & MT81xx SoCs |