Skip to content

Commit

Permalink
config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORM
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jow committed Feb 24, 2012
1 parent e59f7e5 commit 73c4fa4
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion target/linux/generic/config-3.0
Expand Up @@ -1221,7 +1221,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
Expand Down
1 change: 0 additions & 1 deletion target/linux/generic/config-3.1
Expand Up @@ -1234,7 +1234,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
Expand Down
1 change: 0 additions & 1 deletion target/linux/generic/config-3.2
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion target/linux/generic/config-3.3
Expand Up @@ -1265,7 +1265,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
Expand Down
1 change: 1 addition & 0 deletions target/linux/x86/config-3.2
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions target/linux/x86/config-3.3
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion target/linux/x86/geos/config-default
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion target/linux/x86/net5501/config-default
Expand Up @@ -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
Expand Down

0 comments on commit 73c4fa4

Please sign in to comment.