summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-02-24 10:35:20 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-02-24 10:35:20 +0000
commit74db55a98218a14b360a1e0747759f5cdaba1d1d (patch)
tree4ff020d99a926fba172c6fec856d5f31862ba2af
parent9afeeae65ec8d928669ff3cd533711cc0b815e8a (diff)
downloadmtk-20170518-74db55a98218a14b360a1e0747759f5cdaba1d1d.zip
mtk-20170518-74db55a98218a14b360a1e0747759f5cdaba1d1d.tar.gz
mtk-20170518-74db55a98218a14b360a1e0747759f5cdaba1d1d.tar.bz2
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
-rw-r--r--target/linux/generic/config-3.01
-rw-r--r--target/linux/generic/config-3.11
-rw-r--r--target/linux/generic/config-3.21
-rw-r--r--target/linux/generic/config-3.31
-rw-r--r--target/linux/x86/config-3.21
-rw-r--r--target/linux/x86/config-3.31
-rw-r--r--target/linux/x86/geos/config-default1
-rw-r--r--target/linux/x86/net5501/config-default1
8 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0
index 5bfc3e7..92e5a7f 100644
--- a/target/linux/generic/config-3.0
+++ b/target/linux/generic/config-3.0
@@ -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
diff --git a/target/linux/generic/config-3.1 b/target/linux/generic/config-3.1
index 9b339e7..6bee188 100644
--- a/target/linux/generic/config-3.1
+++ b/target/linux/generic/config-3.1
@@ -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
diff --git a/target/linux/generic/config-3.2 b/target/linux/generic/config-3.2
index 379b167..cce2a67 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
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3
index f53668d..7c9eddf 100644
--- a/target/linux/generic/config-3.3
+++ b/target/linux/generic/config-3.3
@@ -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
diff --git a/target/linux/x86/config-3.2 b/target/linux/x86/config-3.2
index 4396762..59de08a 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 8843ee1..4e4ae39 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 6d4fe03..dfe3080 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 b581e95..d2536fa 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