Merge tag 'ovl-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
[linux-2.6-microblaze.git] / drivers / net / dsa / b53 / Kconfig
1 menuconfig 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
11 config 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
17 config 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
23 config B53_MMAP_DRIVER
24         tristate "B53 MMAP connected switch driver"
25         depends on B53 && HAS_IOMEM
26         default BCM63XX || BMIPS_GENERIC
27         help
28           Select to enable support for memory-mapped switches like the BCM63XX
29           integrated switches.
30
31 config B53_SRAB_DRIVER
32         tristate "B53 SRAB connected switch driver"
33         depends on B53 && HAS_IOMEM
34         depends on B53_SERDES || !B53_SERDES
35         default ARCH_BCM_IPROC
36         help
37           Select to enable support for memory-mapped Switch Register Access
38           Bridge Registers (SRAB) like it is found on the BCM53010
39
40 config B53_SERDES
41         tristate "B53 SerDes support"
42         depends on B53
43         default ARCH_BCM_NSP
44         help
45           Select to enable support for SerDes on e.g: Northstar Plus SoCs.