[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1305885446-27404-4-git-send-email-shawn.guo@linaro.org>
Date: Fri, 20 May 2011 17:57:26 +0800
From: Shawn Guo <shawn.guo@...aro.org>
To: linux-kernel@...r.kernel.org
Cc: grant.likely@...retlab.ca, linus.walleij@...aro.org,
kernel@...gutronix.de, linux-arm-kernel@...ts.infradead.org,
patches@...aro.org, Shawn Guo <shawn.guo@...aro.org>
Subject: [PATCH 3/3] ARM: mxs: select GPIO_MXS for i.MX23 and i.MX28
Signed-off-by: Shawn Guo <shawn.guo@...aro.org>
---
arch/arm/mach-mxs/Kconfig | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
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:"
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists