| Submitter | Shawn Guo |
|---|---|
| Date | May 20, 2011, 9:57 a.m. |
| Message ID | <1305885446-27404-4-git-send-email-shawn.guo@linaro.org> |
| Download | mbox | patch |
| Permalink | /patch/96575/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 21de5d5..afb1b44 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -8,11 +8,13 @@ config MXS_OCOTP config SOC_IMX23 bool select CPU_ARM926T + select GPIO_MXS select HAVE_PWM config SOC_IMX28 bool select CPU_ARM926T + select GPIO_MXS select HAVE_PWM comment "MXS platforms:"
Signed-off-by: Shawn Guo <shawn.guo@linaro.org> --- arch/arm/mach-mxs/Kconfig | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)