summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-01-20 10:22:59 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-01-20 10:22:59 +0000
commit2d28a07df741b6e726f01277fe3bdbfe1352ed57 (patch)
treeb32527ec086499184509f936ad095d6b43367e5d /target/linux
parent0056ac55afa1a9fe2bd327f5f4ee2140760669f9 (diff)
downloadmtk-20170518-2d28a07df741b6e726f01277fe3bdbfe1352ed57.zip
mtk-20170518-2d28a07df741b6e726f01277fe3bdbfe1352ed57.tar.gz
mtk-20170518-2d28a07df741b6e726f01277fe3bdbfe1352ed57.tar.bz2
kernel/3.1[02]: add AR8216_PHY_LEDS option
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39339
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic/config-3.101
-rw-r--r--target/linux/generic/config-3.121
-rw-r--r--target/linux/generic/patches-3.10/732-phy-ar8216-led-support.patch13
-rw-r--r--target/linux/generic/patches-3.12/732-phy-ar8216-led-support.patch13
4 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10
index 0ae7971..a2d4ec2 100644
--- a/target/linux/generic/config-3.10
+++ b/target/linux/generic/config-3.10
@@ -109,6 +109,7 @@ CONFIG_ANON_INODES=y
# CONFIG_APPLICOM is not set
# CONFIG_AR7 is not set
# CONFIG_AR8216_PHY is not set
+# CONFIG_AR8216_PHY_LEDS is not set
# CONFIG_ARCH_AT91 is not set
# CONFIG_ARCH_BCM2835 is not set
# CONFIG_ARCH_BCMRING is not set
diff --git a/target/linux/generic/config-3.12 b/target/linux/generic/config-3.12
index ba72ede..8398a61 100644
--- a/target/linux/generic/config-3.12
+++ b/target/linux/generic/config-3.12
@@ -114,6 +114,7 @@ CONFIG_ANON_INODES=y
# CONFIG_AR5523 is not set
# CONFIG_AR7 is not set
# CONFIG_AR8216_PHY is not set
+# CONFIG_AR8216_PHY_LEDS is not set
# CONFIG_ARCH_AT91 is not set
# CONFIG_ARCH_BCM is not set
# CONFIG_ARCH_BCM2835 is not set
diff --git a/target/linux/generic/patches-3.10/732-phy-ar8216-led-support.patch b/target/linux/generic/patches-3.10/732-phy-ar8216-led-support.patch
new file mode 100644
index 0000000..76c4afc
--- /dev/null
+++ b/target/linux/generic/patches-3.10/732-phy-ar8216-led-support.patch
@@ -0,0 +1,13 @@
+--- a/drivers/net/phy/Kconfig
++++ b/drivers/net/phy/Kconfig
+@@ -140,6 +140,10 @@ config AR8216_PHY
+ select ETHERNET_PACKET_MANGLE
+ select SWCONFIG
+
++config AR8216_PHY_LEDS
++ bool "Atheros AR8216 switch LED support"
++ depends on (AR8216_PHY && LEDS_CLASS)
++
+ config RTL8306_PHY
+ tristate "Driver for Realtek RTL8306S switches"
+ select SWCONFIG
diff --git a/target/linux/generic/patches-3.12/732-phy-ar8216-led-support.patch b/target/linux/generic/patches-3.12/732-phy-ar8216-led-support.patch
new file mode 100644
index 0000000..76c4afc
--- /dev/null
+++ b/target/linux/generic/patches-3.12/732-phy-ar8216-led-support.patch
@@ -0,0 +1,13 @@
+--- a/drivers/net/phy/Kconfig
++++ b/drivers/net/phy/Kconfig
+@@ -140,6 +140,10 @@ config AR8216_PHY
+ select ETHERNET_PACKET_MANGLE
+ select SWCONFIG
+
++config AR8216_PHY_LEDS
++ bool "Atheros AR8216 switch LED support"
++ depends on (AR8216_PHY && LEDS_CLASS)
++
+ config RTL8306_PHY
+ tristate "Driver for Realtek RTL8306S switches"
+ select SWCONFIG