diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2017-05-29 14:57:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-30 20:57:32 +0300 |
commit | dfc768fbe618d97d0dde88c8e8e586201b0a7587 (patch) | |
tree | 23d80e4d236923b7bce16f8cd8b4edd35ea8a2af /drivers/net/ethernet/qualcomm/Kconfig | |
parent | 6a1db289d00b58ee5dec2e9139a92582e55ae8a8 (diff) | |
download | linux-dfc768fbe618d97d0dde88c8e8e586201b0a7587.tar.xz |
net: qualcomm: add QCA7000 UART driver
This patch adds the Ethernet over UART driver for the
Qualcomm QCA7000 HomePlug GreenPHY.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qualcomm/Kconfig')
-rw-r--r-- | drivers/net/ethernet/qualcomm/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qualcomm/Kconfig b/drivers/net/ethernet/qualcomm/Kconfig index b4c369dccde7..877675a27b9f 100644 --- a/drivers/net/ethernet/qualcomm/Kconfig +++ b/drivers/net/ethernet/qualcomm/Kconfig @@ -30,6 +30,22 @@ config QCA7000_SPI To compile this driver as a module, choose M here. The module will be called qcaspi. +config QCA7000_UART + tristate "Qualcomm Atheros QCA7000 UART support" + select QCA7000 + depends on SERIAL_DEV_BUS && OF + ---help--- + This UART protocol driver supports the Qualcomm Atheros QCA7000. + + Currently the driver assumes these device UART settings: + Data bits: 8 + Parity: None + Stop bits: 1 + Flow control: None + + To compile this driver as a module, choose M here. The module + will be called qcauart. + config QCOM_EMAC tristate "Qualcomm Technologies, Inc. EMAC Gigabit Ethernet support" depends on HAS_DMA && HAS_IOMEM |