Stefan Wahren | 291ab06 | 2014-09-26 22:21:21 +0000 | [diff] [blame] | 1 | # |
| 2 | # Qualcomm network device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_QUALCOMM |
| 6 | bool "Qualcomm devices" |
| 7 | default y |
Stefan Wahren | 291ab06 | 2014-09-26 22:21:21 +0000 | [diff] [blame] | 8 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 9 | If you have a network (Ethernet) card belonging to this class, say Y. |
Stefan Wahren | 291ab06 | 2014-09-26 22:21:21 +0000 | [diff] [blame] | 10 | |
| 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 | |
| 16 | if NET_VENDOR_QUALCOMM |
| 17 | |
| 18 | config QCA7000 |
| 19 | tristate "Qualcomm Atheros QCA7000 support" |
Stefan Wahren | 93ecd26 | 2014-11-11 22:38:00 +0000 | [diff] [blame] | 20 | depends on SPI_MASTER && OF |
Stefan Wahren | 291ab06 | 2014-09-26 22:21:21 +0000 | [diff] [blame] | 21 | ---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 | |
| 27 | endif # NET_VENDOR_QUALCOMM |