[ubicom32]: move new files out from platform support patch
[openwrt.git] / target / linux / ubicom32 / files / arch / ubicom32 / mach-common / Kconfig.switch
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 (file)
index 0000000..0303e16
--- /dev/null
@@ -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