Kconfig (9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e) Kconfig (490cb412007de593e07c1d3e2b1ec4233886707c)
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

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

250config BNXT_HWMON
251 bool "Broadcom NetXtreme-C/E HWMON support"
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
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

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

250config BNXT_HWMON
251 bool "Broadcom NetXtreme-C/E HWMON support"
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 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
258endif # NET_VENDOR_BROADCOM
269endif # NET_VENDOR_BROADCOM