public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC 02/14] Coldfire generic GPIO (m68knommu)
@ 2009-03-11 21:55 Steven King
  0 siblings, 0 replies; only message in thread
From: Steven King @ 2009-03-11 21:55 UTC (permalink / raw)
  To: uClinux development list; +Cc: linux-kernel, Greg Ungerer

Signed-off-by: Steven King <sfking@fdwdc.com>

diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig
index 4beb59d..0eb0302 100644
--- a/arch/m68knommu/Kconfig
+++ b/arch/m68knommu/Kconfig
@@ -46,6 +46,10 @@ config GENERIC_FIND_NEXT_BIT
 	bool
 	default y
 
+config GENERIC_GPIO
+	bool
+	default n
+
 config GENERIC_HWEIGHT
 	bool
 	default y
@@ -181,6 +185,8 @@ config M527x
 config COLDFIRE
 	bool
 	depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || 
M528x || M5307 || M532x || M5407)
+	select GENERIC_GPIO
+	select ARCH_REQUIRE_GPIOLIB
 	default y
 
 config CLOCK_SET
diff --git a/arch/m68knommu/platform/coldfire/Makefile 
b/arch/m68knommu/platform/coldfire/Makefile
index 4f416a9..25de150 100644
--- a/arch/m68knommu/platform/coldfire/Makefile
+++ b/arch/m68knommu/platform/coldfire/Makefile
@@ -27,4 +27,5 @@ obj-$(CONFIG_M5307)	+= timers.o
 obj-$(CONFIG_M532x)	+= timers.o
 obj-$(CONFIG_M5407)	+= timers.o
 
+obj-y			+= pinmux.o gpio.o
 extra-y := head.o


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-11 21:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-11 21:55 [RFC 02/14] Coldfire generic GPIO (m68knommu) Steven King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox