diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:41:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:41:04 +0000 |
commit | 5d23ae4a89f2da38a6b436417ec24c9c60b8a857 (patch) | |
tree | e6ee6ad7b5fe7adb0491f95a3f6bc0e35a10bd4c /target/linux/adm8668/patches-3.3/001-adm8668_arch.patch | |
parent | 9efcb6346bbde19ccb05770abc0d44c167940419 (diff) | |
download | upstream-5d23ae4a89f2da38a6b436417ec24c9c60b8a857.tar.gz upstream-5d23ae4a89f2da38a6b436417ec24c9c60b8a857.tar.bz2 upstream-5d23ae4a89f2da38a6b436417ec24c9c60b8a857.zip |
[adm8668] add a gpiolib driver
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34564 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm8668/patches-3.3/001-adm8668_arch.patch')
-rw-r--r-- | target/linux/adm8668/patches-3.3/001-adm8668_arch.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch b/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch index 66be46c8d0..1d52bcf97d 100644 --- a/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch +++ b/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch @@ -10,7 +10,7 @@ include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -105,6 +105,25 @@ config BCM47XX +@@ -105,6 +105,26 @@ config BCM47XX help Support for BCM47XX based boards @@ -29,6 +29,7 @@ + select DMA_NONCOHERENT + select SWAP_IO_SPACE + select SYS_HAS_EARLY_PRINTK ++ select ARCH_REQUIRE_GPIOLIB + help + ADM8668 board support by neutronscott + Scott Nicholas <neutronscott@scottn.us> @@ -36,7 +37,7 @@ config BCM63XX bool "Broadcom BCM63XX based boards" select CEVT_R4K -@@ -813,6 +832,7 @@ config NLM_XLP_BOARD +@@ -813,6 +833,7 @@ config NLM_XLP_BOARD endchoice |