mfd: arizona: Only free the CTRLIF_ERR IRQ if we requested it
[linux-2.6/btrfs-unstable.git] / drivers / staging / silicom / Kconfig
blob6651bd819bc8138db36be845223bde5d7f1759d4
2 # Silicom device configuration
5 config NET_VENDOR_SILICOM
6         bool "Silicom devices"
7         default y
8         depends on PCI && NETDEVICES
9         ---help---
10           If you have a network card (Ethernet) belonging to this class,
11           say Y.
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.
18 if NET_VENDOR_SILICOM
20 config SBYPASS
21         tristate "Silicom BypassCTL library support"
22         depends on PCI
23         depends on m
24         ---help---
25           If you have a network (Ethernet) controller of this type, say Y
27           To compile this driver as a module, choose M here. The module
28           will be called bypass.
30 config BPCTL
31         tristate "Silicom BypassCTL net support"
32         depends on PCI
33         depends on m
34         select SBYPASS
35         select MII
36         ---help---
37           If you have a network (Ethernet) controller of this type, say Y
38           or M and read the Ethernet-HOWTO, available from
39           <http://www.tldp.org/docs.html#howto>.
41           To compile this driver as a module, choose M here. The module
42           will be called bpctl_mod.
45 endif # NET_VENDOR_SILICOM