Kconfig (2612e3bbc0386368a850140a6c9b990cd496a5ec) Kconfig (02b2a6f91b9042552bc3aa728622bda97e3916fa)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Wangxun network device configuration
4#
5
6config NET_VENDOR_WANGXUN
7 bool "Wangxun devices"
8 default y

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

36
37 To compile this driver as a module, choose M here. The module
38 will be called ngbe.
39
40config TXGBE
41 tristate "Wangxun(R) 10GbE PCI Express adapters support"
42 depends on PCI
43 depends on COMMON_CLK
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Wangxun network device configuration
4#
5
6config NET_VENDOR_WANGXUN
7 bool "Wangxun devices"
8 default y

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

36
37 To compile this driver as a module, choose M here. The module
38 will be called ngbe.
39
40config TXGBE
41 tristate "Wangxun(R) 10GbE PCI Express adapters support"
42 depends on PCI
43 depends on COMMON_CLK
44 select MARVELL_10G_PHY
44 select REGMAP
45 select I2C
46 select I2C_DESIGNWARE_PLATFORM
47 select PHYLINK
48 select HWMON if TXGBE=y
49 select SFP
50 select GPIOLIB
51 select GPIOLIB_IRQCHIP

--- 13 unchanged lines hidden ---
45 select REGMAP
46 select I2C
47 select I2C_DESIGNWARE_PLATFORM
48 select PHYLINK
49 select HWMON if TXGBE=y
50 select SFP
51 select GPIOLIB
52 select GPIOLIB_IRQCHIP

--- 13 unchanged lines hidden ---