diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-24 10:35:20 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-24 10:35:20 +0000 |
commit | 74db55a98218a14b360a1e0747759f5cdaba1d1d (patch) | |
tree | 4ff020d99a926fba172c6fec856d5f31862ba2af /target/linux/x86/geos | |
parent | 9afeeae65ec8d928669ff3cd533711cc0b815e8a (diff) | |
download | upstream-74db55a98218a14b360a1e0747759f5cdaba1d1d.tar.gz upstream-74db55a98218a14b360a1e0747759f5cdaba1d1d.tar.bz2 upstream-74db55a98218a14b360a1e0747759f5cdaba1d1d.zip |
config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORM
CONFIG_LEDS_GPIO_PLATFORM went away a while ago.
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=2bcc7ed5b83b0a59c6976476e8788675038fb11b
Also, most platforms comment out CONFIG_LEDS_GPIO but not x86 for some reason.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30708
Diffstat (limited to 'target/linux/x86/geos')
-rw-r--r-- | target/linux/x86/geos/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/geos/config-default b/target/linux/x86/geos/config-default index 6d4fe037c4..dfe3080810 100644 --- a/target/linux/x86/geos/config-default +++ b/target/linux/x86/geos/config-default @@ -12,7 +12,6 @@ CONFIG_GPIO_SYSFS=y CONFIG_HWMON=y # CONFIG_HWMON_DEBUG_CHIP is not set # CONFIG_ISDN is not set -# CONFIG_LEDS_GPIO is not set # CONFIG_M486 is not set # CONFIG_MATH_EMULATION is not set CONFIG_MGEODE_LX=y |