ARM: mediatek: enable the pin controller
This patch enables the pin controller for Mediatek SoCs. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
c517d838eb
commit
67fdcc96b4
|
@ -1,6 +1,7 @@
|
||||||
menuconfig ARCH_MEDIATEK
|
menuconfig ARCH_MEDIATEK
|
||||||
bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
|
bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
|
||||||
select ARM_GIC
|
select ARM_GIC
|
||||||
|
select PINCTRL
|
||||||
select MTK_TIMER
|
select MTK_TIMER
|
||||||
help
|
help
|
||||||
Support for Mediatek MT65xx & MT81xx SoCs
|
Support for Mediatek MT65xx & MT81xx SoCs
|
||||||
|
|
Loading…
Reference in New Issue