From: Felix Fietkau Date: Fri, 10 Jul 2009 15:26:12 +0000 (+0000) Subject: atheros: disable CONFIG_LEDS_GPIO by default, it causes flash access errors on device... X-Git-Tag: reboot~23007 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=98e622df30a143ad07b1284ad77f8388211eea74;p=openwrt%2Fstaging%2Flynxis.git atheros: disable CONFIG_LEDS_GPIO by default, it causes flash access errors on devices that use a non-standard gpio line to control the spi flash chip select SVN-Revision: 16765 --- diff --git a/target/linux/atheros/config-2.6.28 b/target/linux/atheros/config-2.6.28 index 59923b96b6..21f0edd8f9 100644 --- a/target/linux/atheros/config-2.6.28 +++ b/target/linux/atheros/config-2.6.28 @@ -78,7 +78,7 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_IP175C_PHY=y CONFIG_IRQ_CPU=y # CONFIG_ISDN is not set -CONFIG_LEDS_GPIO=y +# CONFIG_LEDS_GPIO is not set # CONFIG_LEMOTE_FULONG is not set # CONFIG_MACH_ALCHEMY is not set # CONFIG_MACH_DECSTATION is not set diff --git a/target/linux/atheros/config-2.6.30 b/target/linux/atheros/config-2.6.30 index dd231218d1..54c6d96ae0 100644 --- a/target/linux/atheros/config-2.6.30 +++ b/target/linux/atheros/config-2.6.30 @@ -91,7 +91,7 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_IP175C_PHY=y CONFIG_IRQ_CPU=y # CONFIG_ISDN is not set -CONFIG_LEDS_GPIO=y +# CONFIG_LEDS_GPIO is not set # CONFIG_LEMOTE_FULONG is not set # CONFIG_MACH_ALCHEMY is not set # CONFIG_MACH_DECSTATION is not set