Kconfig (05909cd9a0c8811731b38697af13075e8954314f) | Kconfig (0b32e91fdfd87314af9943e69eb85a88adb4233c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Rocker device configuration 4# 5 6config NET_VENDOR_ROCKER 7 bool "Rocker devices" 8 default y --- 5 unchanged lines hidden (view full) --- 14 the questions about Rocker devices. If you say Y, you will be asked for 15 your specific card in the following questions. 16 17if NET_VENDOR_ROCKER 18 19config ROCKER 20 tristate "Rocker switch driver (EXPERIMENTAL)" 21 depends on PCI && NET_SWITCHDEV && BRIDGE | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Rocker device configuration 4# 5 6config NET_VENDOR_ROCKER 7 bool "Rocker devices" 8 default y --- 5 unchanged lines hidden (view full) --- 14 the questions about Rocker devices. If you say Y, you will be asked for 15 your specific card in the following questions. 16 17if NET_VENDOR_ROCKER 18 19config ROCKER 20 tristate "Rocker switch driver (EXPERIMENTAL)" 21 depends on PCI && NET_SWITCHDEV && BRIDGE |
22 select CRC32 |
|
22 help 23 This driver supports Rocker switch device. 24 25 To compile this driver as a module, choose M here: the 26 module will be called rocker. 27 28endif # NET_VENDOR_ROCKER | 23 help 24 This driver supports Rocker switch device. 25 26 To compile this driver as a module, choose M here: the 27 module will be called rocker. 28 29endif # NET_VENDOR_ROCKER |