mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-21 06:10:50 +02:00
13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
|
menuconfig UBICOM_SWITCH
|
||
|
tristate "Switch devices"
|
||
|
help
|
||
|
This option provides Ethernet switch management options via proc fs
|
||
|
|
||
|
if UBICOM_SWITCH
|
||
|
config UBICOM_SWITCH_BCM539X
|
||
|
tristate "Broadcom BCM539X series (SPI)"
|
||
|
depends on SPI_MASTER
|
||
|
help
|
||
|
Supports Broadcom BCM539X Gigabit Ethernet Switches over SPI
|
||
|
endif
|