diff options
author | David S. Miller <davem@davemloft.net> | 2016-09-16 11:31:56 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-16 11:31:56 +0300 |
commit | 84ce3da1bfd6fd12fce3cd06691e405a36f72cde (patch) | |
tree | 6fa2721ea74991198f41ea3b810d39a6caa45e4b /net/dsa/Kconfig | |
parent | 1d7b47a3c78e0b5391a18246f9637752a4565e5b (diff) | |
parent | 6b93fb46480a9cfa4afb52a6d19b2591804e5f9e (diff) | |
download | linux-84ce3da1bfd6fd12fce3cd06691e405a36f72cde.tar.xz |
Merge branch 'QCA8K'
John Crispin says:
====================
net-next: dsa: add QCA8K support
This series is based on the AR8xxx series posted by Matthieu Olivari in may
2015. The following changes were made since then
* fixed the nitpicks from the previous review
* updated to latest API
* turned it into an mdio device
* added callbacks for fdb, bridge offloading, stp, eee, port status
* fixed several minor issues to the port setup and arp learning
* changed the namespacing as this driver to qca8k
The driver has so far only been tested on qca8337/N. It should work on other QCA
switches such as the qca8327 with minor changes.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Kconfig')
-rw-r--r-- | net/dsa/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index ff7736f7ff42..96e47c539bee 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig @@ -38,4 +38,7 @@ config NET_DSA_TAG_EDSA config NET_DSA_TAG_TRAILER bool +config NET_DSA_TAG_QCA + bool + endif |