Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) Kconfig (b9b17debc69d27cd55e21ee51a5ba7fc50a426cf)
1#
2# Qualcomm network device configuration
3#
4
5config NET_VENDOR_QUALCOMM
6 bool "Qualcomm devices"
7 default y
8 ---help---

--- 10 unchanged lines hidden (view full) ---

19 tristate "Qualcomm Atheros QCA7000 support"
20 depends on SPI_MASTER && OF
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
1#
2# Qualcomm network device configuration
3#
4
5config NET_VENDOR_QUALCOMM
6 bool "Qualcomm devices"
7 default y
8 ---help---

--- 10 unchanged lines hidden (view full) ---

19 tristate "Qualcomm Atheros QCA7000 support"
20 depends on SPI_MASTER && OF
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
27config QCOM_EMAC
28 tristate "Qualcomm Technologies, Inc. EMAC Gigabit Ethernet support"
29 select CRC32
30 select PHYLIB
31 ---help---
32 This driver supports the Qualcomm Technologies, Inc. Gigabit
33 Ethernet Media Access Controller (EMAC). The controller
34 supports IEEE 802.3-2002, half-duplex mode at 10/100 Mb/s,
35 full-duplex mode at 10/100/1000Mb/s, Wake On LAN (WOL) for
36 low power, Receive-Side Scaling (RSS), and IEEE 1588-2008
37 Precision Clock Synchronization Protocol.
38
27endif # NET_VENDOR_QUALCOMM
39endif # NET_VENDOR_QUALCOMM