mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-12 07:53:07 +00:00
13 lines
346 B
Diff
13 lines
346 B
Diff
|
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig
|
||
|
index 8479413..bf04d38 100644
|
||
|
--- a/arch/arm/mach-mxs/Kconfig
|
||
|
+++ b/arch/arm/mach-mxs/Kconfig
|
||
|
@@ -17,6 +17,7 @@ config ARCH_MXS
|
||
|
depends on ARCH_MULTI_V5
|
||
|
select ARCH_REQUIRE_GPIOLIB
|
||
|
select CLKSRC_MMIO
|
||
|
+ select MFD_SYSCON
|
||
|
select PINCTRL
|
||
|
select SOC_BUS
|
||
|
select SOC_IMX23
|