Re: [PATCH v4 5/5] net: dsa: add support for Atheros AR9331 build-in switch
From: Randy Dunlap
Date: Tue Oct 22 2019 - 02:10:36 EST
On 10/21/19 10:57 PM, Oleksij Rempel wrote:
> Provide basic support for Atheros AR9331 build-in switch. So far it
built-in
> works as port multiplexer without any hardware offloading support.
>
> Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
> ---
> diff --git a/drivers/net/dsa/qca/Kconfig b/drivers/net/dsa/qca/Kconfig
> new file mode 100644
> index 000000000000..7e4978f46642
> --- /dev/null
> +++ b/drivers/net/dsa/qca/Kconfig
> @@ -0,0 +1,11 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +config NET_DSA_AR9331
> + tristate "Atheros AR9331 Ethernet switch support"
> + depends on NET_DSA
> + select NET_DSA_TAG_AR9331
> + select REGMAP
> + ---help---
> + This enables support for the Atheros AR9331 build-in Ethernet
built-in
> + switch.
> +
> +
Thanks.
--
~Randy