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/config-3.2 | |
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/config-3.2')
-rw-r--r-- | target/linux/x86/config-3.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/config-3.2 b/target/linux/x86/config-3.2 index 4396762935..59de08a296 100644 --- a/target/linux/x86/config-3.2 +++ b/target/linux/x86/config-3.2 @@ -195,6 +195,7 @@ CONFIG_JBD2=y CONFIG_KALLSYMS=y CONFIG_KEXEC=y CONFIG_KTIME_SCALAR=y +# CONFIG_LEDS_GPIO is not set # CONFIG_M386 is not set CONFIG_M486=y # CONFIG_M586 is not set |