kernel/3.1[02]: add AR8216_PHY_LEDS option
authorGabor Juhos <juhosg@openwrt.org>
Mon, 20 Jan 2014 10:22:59 +0000 (10:22 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 20 Jan 2014 10:22:59 +0000 (10:22 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39339

target/linux/generic/config-3.10
target/linux/generic/config-3.12
target/linux/generic/patches-3.10/732-phy-ar8216-led-support.patch [new file with mode: 0644]
target/linux/generic/patches-3.12/732-phy-ar8216-led-support.patch [new file with mode: 0644]

index 0ae7971e74ebdec95fd5cb9f997caec04bd7ade7..a2d4ec2bc0f8e5607dc09d4f6dcc2b9d2beaa28c 100644 (file)
@@ -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
index ba72edeefa2ba16d654e72b95600a0d1c4a9742d..8398a6130a7e3fb751264c0da773285349b6244a 100644 (file)
@@ -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 (file)
index 0000000..76c4afc
--- /dev/null
@@ -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 (file)
index 0000000..76c4afc
--- /dev/null
@@ -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