[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1425646378-3703-1-git-send-email-matthias.bgg@gmail.com>
Date: Fri, 6 Mar 2015 13:52:58 +0100
From: Matthias Brugger <matthias.bgg@...il.com>
To: linux@....linux.org.uk, matthias.bgg@...il.com
Cc: hongzhou.yang@...iatek.com, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-mediatek@...ts.infradead.org
Subject: [PATCH] ARM: mediatek: enable the pin controller
This patch enables the pin controller for Mediatek SoCs.
Signed-off-by: Matthias Brugger <matthias.bgg@...il.com>
---
arch/arm/mach-mediatek/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig
index f7e463c..9f59e58 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
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists