diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-24 10:35:20 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-24 10:35:20 +0000 |
commit | 73c4fa4d1019cdf6ee295a063d852c0d104900c7 (patch) | |
tree | bb8379bbc6cb7c11890ae3217a613cccd1516b93 /target/linux/x86 | |
parent | e59f7e59ce2c0c231127a8720c739b9bf8fd4b4b (diff) |
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/x86')
-rw-r--r-- | target/linux/x86/config-3.2 | 1 | ||||
-rw-r--r-- | target/linux/x86/config-3.3 | 1 | ||||
-rw-r--r-- | target/linux/x86/geos/config-default | 1 | ||||
-rw-r--r-- | target/linux/x86/net5501/config-default | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/config-3.2 b/target/linux/x86/config-3.2 index 439676293..59de08a29 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 diff --git a/target/linux/x86/config-3.3 b/target/linux/x86/config-3.3 index 8843ee19c..4e4ae3941 100644 --- a/target/linux/x86/config-3.3 +++ b/target/linux/x86/config-3.3 @@ -197,6 +197,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 diff --git a/target/linux/x86/geos/config-default b/target/linux/x86/geos/config-default index 6d4fe037c..dfe308081 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 diff --git a/target/linux/x86/net5501/config-default b/target/linux/x86/net5501/config-default index b581e95d6..d2536faed 100644 --- a/target/linux/x86/net5501/config-default +++ b/target/linux/x86/net5501/config-default @@ -9,7 +9,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 |