Kconfig (89e970ea7fba6c2326de5d637a2ab1004548e0c9) Kconfig (73365fe44aa52fcd3e634e502937eb029abd0ee0)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Broadcom device configuration
4#
5
6config NET_VENDOR_BROADCOM
7 bool "Broadcom devices"
8 default y

--- 243 unchanged lines hidden (view full) ---

252 default y
253 depends on BNXT && HWMON && !(BNXT=y && HWMON=m)
254 help
255 Say Y if you want to expose the thermal sensor data on NetXtreme-C/E
256 devices, via the hwmon sysfs interface.
257
258config BCMASP
259 tristate "Broadcom ASP 2.0 Ethernet support"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Broadcom device configuration
4#
5
6config NET_VENDOR_BROADCOM
7 bool "Broadcom devices"
8 default y

--- 243 unchanged lines hidden (view full) ---

252 default y
253 depends on BNXT && HWMON && !(BNXT=y && HWMON=m)
254 help
255 Say Y if you want to expose the thermal sensor data on NetXtreme-C/E
256 devices, via the hwmon sysfs interface.
257
258config BCMASP
259 tristate "Broadcom ASP 2.0 Ethernet support"
260 depends on ARCH_BRCMSTB || COMPILE_TEST
260 default ARCH_BRCMSTB
261 depends on OF
262 select MII
263 select PHYLIB
264 select MDIO_BCM_UNIMAC
265 help
266 This configuration enables the Broadcom ASP 2.0 Ethernet controller
267 driver which is present in Broadcom STB SoCs such as 72165.
268
269endif # NET_VENDOR_BROADCOM
261 default ARCH_BRCMSTB
262 depends on OF
263 select MII
264 select PHYLIB
265 select MDIO_BCM_UNIMAC
266 help
267 This configuration enables the Broadcom ASP 2.0 Ethernet controller
268 driver which is present in Broadcom STB SoCs such as 72165.
269
270endif # NET_VENDOR_BROADCOM