Loading...
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
9 help
10 If you have a network device belonging to this class, say Y.
11
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
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
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
1#
2# Rocker device configuration
3#
4
5config NET_VENDOR_ROCKER
6 bool "Rocker devices"
7 default y
8 ---help---
9 If you have a network device belonging to this class, say Y.
10
11 Note that the answer to this question doesn't directly affect the
12 kernel: saying N will just cause the configurator to skip all
13 the questions about Rocker devices. If you say Y, you will be asked for
14 your specific card in the following questions.
15
16if NET_VENDOR_ROCKER
17
18config ROCKER
19 tristate "Rocker switch driver (EXPERIMENTAL)"
20 depends on PCI && NET_SWITCHDEV && BRIDGE
21 ---help---
22 This driver supports Rocker switch device.
23
24 To compile this driver as a module, choose M here: the
25 module will be called rocker.
26
27endif # NET_VENDOR_ROCKER