diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2015-07-17 23:53:26 +0300 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2015-07-23 21:01:42 +0300 |
commit | 3e0452d27a784d50f09bec9de8ac673849b9e303 (patch) | |
tree | fb79c36067159d2bd988a76896201b2e96635875 /arch/arm/mach-mediatek | |
parent | 3fd4079fe295b91cd1f4330e3c8f1e6e4618a27d (diff) | |
download | linux-3e0452d27a784d50f09bec9de8ac673849b9e303.tar.xz |
ARM: mediatek: Add regmap to mediatek Kconfig
Mediatek SoC needs the regmap/syscon infrastructure.
The infrastructure is used by the clock and pinctrl driver.
This patch adds MD_SYSCON to Kconfig for all Mediatek devices.
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 9f59e58da3a4..aeece17e5cea 100644 --- a/arch/arm/mach-mediatek/Kconfig +++ b/arch/arm/mach-mediatek/Kconfig @@ -3,6 +3,7 @@ menuconfig ARCH_MEDIATEK select ARM_GIC select PINCTRL select MTK_TIMER + select MFD_SYSCON help Support for Mediatek MT65xx & MT81xx SoCs |