Skip to content
Snippets Groups Projects
Commit c9a9a313 authored by Unknown's avatar Unknown Committed by Jonas Höglund
Browse files

generic/700-swconfig

parent d7d264ea
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,16 @@ menuconfig PHYLIB ...@@ -12,6 +12,16 @@ menuconfig PHYLIB
if PHYLIB if PHYLIB
config SWCONFIG
tristate "Switch configuration API"
---help---
Switch configuration API using netlink. This allows
you to configure the VLAN features of certain switches.
config SWCONFIG_LEDS
bool "Switch LED trigger support"
depends on (SWCONFIG && LEDS_TRIGGERS)
comment "MII PHY device drivers" comment "MII PHY device drivers"
config AT803X_PHY config AT803X_PHY
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
libphy-objs := phy.o phy_device.o mdio_bus.o libphy-objs := phy.o phy_device.o mdio_bus.o
obj-$(CONFIG_PHYLIB) += libphy.o obj-$(CONFIG_PHYLIB) += libphy.o
obj-$(CONFIG_SWCONFIG) += swconfig.o
obj-$(CONFIG_MARVELL_PHY) += marvell.o obj-$(CONFIG_MARVELL_PHY) += marvell.o
obj-$(CONFIG_DAVICOM_PHY) += davicom.o obj-$(CONFIG_DAVICOM_PHY) += davicom.o
obj-$(CONFIG_CICADA_PHY) += cicada.o obj-$(CONFIG_CICADA_PHY) += cicada.o
......
...@@ -380,6 +380,7 @@ header-y += stddef.h ...@@ -380,6 +380,7 @@ header-y += stddef.h
header-y += string.h header-y += string.h
header-y += suspend_ioctls.h header-y += suspend_ioctls.h
header-y += swab.h header-y += swab.h
header-y += switch.h
header-y += synclink.h header-y += synclink.h
header-y += sysctl.h header-y += sysctl.h
header-y += sysinfo.h header-y += sysinfo.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment