1#
2# Qualcomm network device configuration
3#
4
5config 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
18if NET_VENDOR_QUALCOMM
19
20config 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
29endif # NET_VENDOR_QUALCOMM
30