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 | 86bc1b40c90a42bccb2c50e8cf80df7616924bb2 (patch) | |
tree | bb8379bbc6cb7c11890ae3217a613cccd1516b93 /target/linux/generic/config-3.2 | |
parent | 7874f5f14024be02f84ddd04df99bef72be8f30f (diff) | |
download | master-187ad058-86bc1b40c90a42bccb2c50e8cf80df7616924bb2.tar.gz master-187ad058-86bc1b40c90a42bccb2c50e8cf80df7616924bb2.tar.bz2 master-187ad058-86bc1b40c90a42bccb2c50e8cf80df7616924bb2.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30708 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-3.2')
-rw-r--r-- | target/linux/generic/config-3.2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.2 b/target/linux/generic/config-3.2 index 379b167450..cce2a675d5 100644 --- a/target/linux/generic/config-3.2 +++ b/target/linux/generic/config-3.2 @@ -1254,7 +1254,6 @@ CONFIG_LBDAF=y # CONFIG_LEDS_BD2802 is not set CONFIG_LEDS_CLASS=y # CONFIG_LEDS_DAC124S085 is not set -CONFIG_LEDS_GPIO_PLATFORM=y # CONFIG_LEDS_INTEL_SS4200 is not set # CONFIG_LEDS_LM3530 is not set # CONFIG_LEDS_LP3944 is not set |