make ixp4xx require gpiolib
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 29 Jan 2009 14:39:56 +0000 (14:39 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 29 Jan 2009 14:39:56 +0000 (14:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14262 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ixp4xx/config-2.6.28
target/linux/ixp4xx/patches-2.6.28/402-ixp4xx_gpiolib.patch

index b22a3cc..374d1b1 100644 (file)
@@ -125,7 +125,6 @@ CONFIG_HAVE_DYNAMIC_FTRACE=y
 # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set
 CONFIG_HAVE_FTRACE=y
 CONFIG_HAVE_GENERIC_DMA_COHERENT=y
-CONFIG_HAVE_GPIO_LIB=y
 CONFIG_HAVE_IDE=y
 # CONFIG_HAVE_IOREMAP_PROT is not set
 CONFIG_HAVE_KPROBES=y
index f59e097..b9b7305 100644 (file)
        select GENERIC_GPIO
        select GENERIC_TIME
        select GENERIC_CLOCKEVENTS
-+      select ARCH_WANT_OPTIONAL_GPIOLIB
++      select ARCH_REQUIRE_GPIOLIB
        select DMABOUNCE if PCI
        help
          Support for Intel's IXP4XX (XScale) family of processors.
---- a/arch/arm/mach-ixp4xx/Kconfig
-+++ b/arch/arm/mach-ixp4xx/Kconfig
-@@ -28,6 +28,7 @@ config MACH_AVILA
- config MACH_CAMBRIA
-       bool "Cambria"
-       select PCI
-+      select GPIOLIB
-       help
-         Say 'Y' here if you want your kernel to support the Gateworks
-         Cambria series. For more information on this platform,
 --- a/arch/arm/mach-ixp4xx/include/mach/gpio.h
 +++ b/arch/arm/mach-ixp4xx/include/mach/gpio.h
 @@ -27,47 +27,31 @@