diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-27 10:38:01 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-27 10:38:01 +0000 |
commit | 986f2f0c5aca0cd1ad33e91fc870fd678f3a4cc8 (patch) | |
tree | e575d559c6f6388bc2643f60756a797e04015353 /target/linux/brcm63xx | |
parent | f3c83052289bfb353b21346357a8826f797c9b33 (diff) | |
download | upstream-986f2f0c5aca0cd1ad33e91fc870fd678f3a4cc8.tar.gz upstream-986f2f0c5aca0cd1ad33e91fc870fd678f3a4cc8.tar.bz2 upstream-986f2f0c5aca0cd1ad33e91fc870fd678f3a4cc8.zip |
Convert brcm63xx to gpiolib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13373 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.27/002-add_support_for_broadcom_63xx_cpus.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.27/002-add_support_for_broadcom_63xx_cpus.patch b/target/linux/brcm63xx/patches-2.6.27/002-add_support_for_broadcom_63xx_cpus.patch index a7ba791154..90603dcf88 100644 --- a/target/linux/brcm63xx/patches-2.6.27/002-add_support_for_broadcom_63xx_cpus.patch +++ b/target/linux/brcm63xx/patches-2.6.27/002-add_support_for_broadcom_63xx_cpus.patch @@ -71,7 +71,7 @@ Signed-off-by: Maxime Bizon <mbizon@freebox.fr> + select SYS_SUPPORTS_BIG_ENDIAN + select SYS_HAS_EARLY_PRINTK + select SWAP_IO_SPACE -+ select GENERIC_GPIO ++ select ARCH_REQUIRE_GPIOLIB + help + Support for BCM63XX based boards + |