Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / net / ethernet / qualcomm / Kconfig
1 #
2 # Qualcomm network device configuration
3 #
4
5 config NET_VENDOR_QUALCOMM
6         bool "Qualcomm devices"
7         default y
8         ---help---
9           If you have a network (Ethernet) card belonging to this class, say Y
10           and read the Ethernet-HOWTO, available from
11           <http://www.tldp.org/docs.html#howto>.
12
13           Note that the answer to this question doesn't directly affect the
14           kernel: saying N will just cause the configurator to skip all
15           the questions about Qualcomm cards. If you say Y, you will be asked
16           for your specific card in the following questions.
17
18 if NET_VENDOR_QUALCOMM
19
20 config QCA7000
21         tristate "Qualcomm Atheros QCA7000 support"
22         depends on SPI_MASTER && OF
23         ---help---
24           This SPI protocol driver supports the Qualcomm Atheros QCA7000.
25
26           To compile this driver as a module, choose M here. The module
27           will be called qcaspi.
28
29 endif # NET_VENDOR_QUALCOMM