mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
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>
This commit is contained in:
parent
3fd4079fe2
commit
3e0452d27a
@ -3,6 +3,7 @@ menuconfig ARCH_MEDIATEK
|
|||||||
select ARM_GIC
|
select ARM_GIC
|
||||||
select PINCTRL
|
select PINCTRL
|
||||||
select MTK_TIMER
|
select MTK_TIMER
|
||||||
|
select MFD_SYSCON
|
||||||
help
|
help
|
||||||
Support for Mediatek MT65xx & MT81xx SoCs
|
Support for Mediatek MT65xx & MT81xx SoCs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user