1 # SPDX-License-Identifier: GPL-2.0-only
3 # Qualcomm network device configuration
6 config NET_VENDOR_QUALCOMM
7 bool "Qualcomm devices"
10 If you have a network (Ethernet) card belonging to this class, say Y.
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Qualcomm cards. If you say Y, you will be asked
15 for your specific card in the following questions.
17 if NET_VENDOR_QUALCOMM
22 This enables support for the Qualcomm Atheros QCA7000.
25 tristate "Qualcomm Atheros QCA7000 SPI support"
27 depends on SPI_MASTER && OF
29 This SPI protocol driver supports the Qualcomm Atheros QCA7000.
31 To compile this driver as a module, choose M here. The module
32 will be called qcaspi.
35 tristate "Qualcomm Atheros QCA7000 UART support"
37 depends on SERIAL_DEV_BUS && OF
39 This UART protocol driver supports the Qualcomm Atheros QCA7000.
41 Currently the driver assumes these device UART settings:
47 To compile this driver as a module, choose M here. The module
48 will be called qcauart.
51 tristate "Qualcomm Technologies, Inc. EMAC Gigabit Ethernet support"
52 depends on HAS_DMA && HAS_IOMEM
56 This driver supports the Qualcomm Technologies, Inc. Gigabit
57 Ethernet Media Access Controller (EMAC). The controller
58 supports IEEE 802.3-2002, half-duplex mode at 10/100 Mb/s,
59 full-duplex mode at 10/100/1000Mb/s, Wake On LAN (WOL) for
60 low power, Receive-Side Scaling (RSS), and IEEE 1588-2008
61 Precision Clock Synchronization Protocol.
63 source "drivers/net/ethernet/qualcomm/rmnet/Kconfig"
65 endif # NET_VENDOR_QUALCOMM