Kconfig (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) Kconfig (ad61903add56561b72b49d717c01563cf1535781)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Realtek device configuration
4#
5
6config NET_VENDOR_REALTEK
7 bool "Realtek devices"
8 default y

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

115
116config R8169_LEDS
117 def_bool R8169 && LEDS_TRIGGER_NETDEV
118 depends on !(R8169=y && LEDS_CLASS=m)
119 help
120 Optional support for controlling the NIC LED's with the netdev
121 LED trigger.
122
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Realtek device configuration
4#
5
6config NET_VENDOR_REALTEK
7 bool "Realtek devices"
8 default y

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

115
116config R8169_LEDS
117 def_bool R8169 && LEDS_TRIGGER_NETDEV
118 depends on !(R8169=y && LEDS_CLASS=m)
119 help
120 Optional support for controlling the NIC LED's with the netdev
121 LED trigger.
122
123config RTASE
124 tristate "Realtek Automotive Switch 9054/9068/9072/9075/9068/9071 PCIe Interface support"
125 depends on PCI
126 select CRC32
127 select PAGE_POOL
128 help
129 Say Y here and it will be compiled and linked with the kernel
130 if you have a Realtek Ethernet adapter belonging to the
131 following families:
132 RTL9054 5GBit Ethernet
133 RTL9068 5GBit Ethernet
134 RTL9072 5GBit Ethernet
135 RTL9075 5GBit Ethernet
136 RTL9068 5GBit Ethernet
137 RTL9071 5GBit Ethernet
138
139 To compile this driver as a module, choose M here: the module
140 will be called rtase. This is recommended.
141
123endif # NET_VENDOR_REALTEK
142endif # NET_VENDOR_REALTEK