aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMatthias Brugger <matthias.bgg@gmail.com>2015-03-06 07:52:58 -0500
committerMatthias Brugger <matthias.bgg@gmail.com>2015-03-10 09:31:10 -0400
commit67fdcc96b49455569307e6ba7bba0905cf9d6596 (patch)
treebfcdd4c59a3d917828b8f0d669b04f91f7e621b1 /arch
parentc517d838eb7d07bbe9507871fab3931deccff539 (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')
-rw-r--r--arch/arm/mach-mediatek/Kconfig1
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 @@
1menuconfig ARCH_MEDIATEK 1menuconfig ARCH_MEDIATEK
2 bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7 2 bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
3 select ARM_GIC 3 select ARM_GIC
4 select PINCTRL
4 select MTK_TIMER 5 select MTK_TIMER
5 help 6 help
6 Support for Mediatek MT65xx & MT81xx SoCs 7 Support for Mediatek MT65xx & MT81xx SoCs