1menuconfig B53 2 tristate "Broadcom BCM53xx managed switch support" 3 depends on NET_DSA 4 select NET_DSA_TAG_BRCM 5 select NET_DSA_TAG_BRCM_PREPEND 6 help 7 This driver adds support for Broadcom managed switch chips. It supports 8 BCM5325E, BCM5365, BCM539x, BCM53115 and BCM53125 as well as BCM63XX 9 integrated switches. 10 11config B53_SPI_DRIVER 12 tristate "B53 SPI connected switch driver" 13 depends on B53 && SPI 14 help 15 Select to enable support for registering switches configured through SPI. 16 17config B53_MDIO_DRIVER 18 tristate "B53 MDIO connected switch driver" 19 depends on B53 20 help 21 Select to enable support for registering switches configured through MDIO. 22 23config B53_MMAP_DRIVER 24 tristate "B53 MMAP connected switch driver" 25 depends on B53 && HAS_IOMEM 26 help 27 Select to enable support for memory-mapped switches like the BCM63XX 28 integrated switches. 29 30config B53_SRAB_DRIVER 31 tristate "B53 SRAB connected switch driver" 32 depends on B53 && HAS_IOMEM 33 help 34 Select to enable support for memory-mapped Switch Register Access 35 Bridge Registers (SRAB) like it is found on the BCM53010 36