aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ubicom32/files/arch/ubicom32/mach-common/Kconfig.switch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ubicom32/files/arch/ubicom32/mach-common/Kconfig.switch')
-rw-r--r--target/linux/ubicom32/files/arch/ubicom32/mach-common/Kconfig.switch12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ubicom32/files/arch/ubicom32/mach-common/Kconfig.switch b/target/linux/ubicom32/files/arch/ubicom32/mach-common/Kconfig.switch
new file mode 100644
index 000000000..0303e1600
--- /dev/null
+++ b/target/linux/ubicom32/files/arch/ubicom32/mach-common/Kconfig.switch
@@ -0,0 +1,12 @@
+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