Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
[linux-block.git] / drivers / staging / silicom / Kconfig
CommitLineData
7040e556
D
1#
2# Silicom device configuration
3#
4
5config NET_VENDOR_SILICOM
6 bool "Silicom devices"
7 default y
739309d0 8 depends on PCI
7040e556
D
9 ---help---
10 If you have a network card (Ethernet) belonging to this class,
11 say Y.
12
13 Note that the answer to this question does not directly affect
14 the kernel: saying N will just case the configurator to skip all
15 the questions regarding Silicom chipsets. If you say Y, you will be asked
16 for your specific chipset/driver in the following questions.
17
18if NET_VENDOR_SILICOM
19
20config SBYPASS
21 tristate "Silicom BypassCTL library support"
8fb0aebd 22 depends on PCI && NET
739309d0 23 depends on m
7040e556
D
24 ---help---
25 If you have a network (Ethernet) controller of this type, say Y
26
27 To compile this driver as a module, choose M here. The module
28 will be called bypass.
29
30config BPCTL
31 tristate "Silicom BypassCTL net support"
8fb0aebd 32 depends on PCI && NET
739309d0 33 depends on m
7040e556
D
34 select SBYPASS
35 select NET_CORE
36 select MII
37 ---help---
38 If you have a network (Ethernet) controller of this type, say Y
39 or M and read the Ethernet-HOWTO, available from
40 <http://www.tldp.org/docs.html#howto>.
41
42 To compile this driver as a module, choose M here. The module
43 will be called bpctl_mod.
44
45
46endif # NET_VENDOR_SILICOM