2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-06-09 18:23:53 -07:00
|
|
|
menuconfig B53
|
|
|
|
tristate "Broadcom BCM53xx managed switch support"
|
|
|
|
depends on NET_DSA
|
2022-11-21 15:55:40 +02:00
|
|
|
select NET_DSA_TAG_NONE
|
2017-11-10 11:33:27 -08:00
|
|
|
select NET_DSA_TAG_BRCM
|
2021-03-17 11:29:27 +01:00
|
|
|
select NET_DSA_TAG_BRCM_LEGACY
|
2025-06-14 09:59:49 +02:00
|
|
|
select NET_DSA_TAG_BRCM_LEGACY_FCS
|
2017-11-10 15:22:55 -08:00
|
|
|
select NET_DSA_TAG_BRCM_PREPEND
|
2016-06-09 18:23:53 -07:00
|
|
|
help
|
|
|
|
This driver adds support for Broadcom managed switch chips. It supports
|
|
|
|
BCM5325E, BCM5365, BCM539x, BCM53115 and BCM53125 as well as BCM63XX
|
|
|
|
integrated switches.
|
|
|
|
|
|
|
|
config B53_SPI_DRIVER
|
|
|
|
tristate "B53 SPI connected switch driver"
|
|
|
|
depends on B53 && SPI
|
|
|
|
help
|
|
|
|
Select to enable support for registering switches configured through SPI.
|
|
|
|
|
|
|
|
config B53_MDIO_DRIVER
|
|
|
|
tristate "B53 MDIO connected switch driver"
|
|
|
|
depends on B53
|
|
|
|
help
|
|
|
|
Select to enable support for registering switches configured through MDIO.
|
|
|
|
|
|
|
|
config B53_MMAP_DRIVER
|
|
|
|
tristate "B53 MMAP connected switch driver"
|
|
|
|
depends on B53 && HAS_IOMEM
|
2018-08-31 12:29:49 -07:00
|
|
|
default BCM63XX || BMIPS_GENERIC
|
2016-06-09 18:23:53 -07:00
|
|
|
help
|
|
|
|
Select to enable support for memory-mapped switches like the BCM63XX
|
|
|
|
integrated switches.
|
|
|
|
|
|
|
|
config B53_SRAB_DRIVER
|
|
|
|
tristate "B53 SRAB connected switch driver"
|
|
|
|
depends on B53 && HAS_IOMEM
|
2018-09-27 12:02:38 +02:00
|
|
|
depends on B53_SERDES || !B53_SERDES
|
2018-08-31 12:29:49 -07:00
|
|
|
default ARCH_BCM_IPROC
|
2016-06-09 18:23:53 -07:00
|
|
|
help
|
|
|
|
Select to enable support for memory-mapped Switch Register Access
|
|
|
|
Bridge Registers (SRAB) like it is found on the BCM53010
|
2018-09-05 12:42:15 -07:00
|
|
|
|
|
|
|
config B53_SERDES
|
|
|
|
tristate "B53 SerDes support"
|
|
|
|
depends on B53
|
|
|
|
default ARCH_BCM_NSP
|
|
|
|
help
|
|
|
|
Select to enable support for SerDes on e.g: Northstar Plus SoCs.
|