blob: a76e380cf89aca02ca2bc643d05ae543421de184 [file] [log] [blame]
Stefan Wahren291ab062014-09-26 22:21:21 +00001#
2# Qualcomm network device configuration
3#
4
5config NET_VENDOR_QUALCOMM
6 bool "Qualcomm devices"
7 default y
Stefan Wahren291ab062014-09-26 22:21:21 +00008 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -04009 If you have a network (Ethernet) card belonging to this class, say Y.
Stefan Wahren291ab062014-09-26 22:21:21 +000010
11 Note that the answer to this question doesn't directly affect the
12 kernel: saying N will just cause the configurator to skip all
13 the questions about Qualcomm cards. If you say Y, you will be asked
14 for your specific card in the following questions.
15
16if NET_VENDOR_QUALCOMM
17
18config QCA7000
19 tristate "Qualcomm Atheros QCA7000 support"
Stefan Wahren93ecd262014-11-11 22:38:00 +000020 depends on SPI_MASTER && OF
Stefan Wahren291ab062014-09-26 22:21:21 +000021 ---help---
22 This SPI protocol driver supports the Qualcomm Atheros QCA7000.
23
24 To compile this driver as a module, choose M here. The module
25 will be called qcaspi.
26
27endif # NET_VENDOR_QUALCOMM