staging: ipack: make function tables const.
[deliverable/linux.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
8 depends on (SSB_POSSIBLE && HAS_DMA) || PCI
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"
22 ---help---
23 If you have a network (Ethernet) controller of this type, say Y
24
25 To compile this driver as a module, choose M here. The module
26 will be called bypass.
27
28config BPCTL
29 tristate "Silicom BypassCTL net support"
30 depends on PCI
31 select SBYPASS
32 select NET_CORE
33 select MII
34 ---help---
35 If you have a network (Ethernet) controller of this type, say Y
36 or M and read the Ethernet-HOWTO, available from
37 <http://www.tldp.org/docs.html#howto>.
38
39 To compile this driver as a module, choose M here. The module
40 will be called bpctl_mod.
41
42
43endif # NET_VENDOR_SILICOM
This page took 0.025852 seconds and 5 git commands to generate.