mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-21 02:55:31 +02:00
1a29ef8e97
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19815 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|