diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2021-04-19 16:01:06 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-21 02:08:02 +0300 |
commit | a71acad90a3f079685efcb068e2251b912083d68 (patch) | |
tree | 07ecb02f2ccd01f2307ad4486ae7e9f695eab1f3 /net/dsa/Kconfig | |
parent | b62a12fc047d5382f1904c29de4f27dfde48ca28 (diff) | |
download | linux-a71acad90a3f079685efcb068e2251b912083d68.tar.xz |
net: dsa: enable selftest support for all switches by default
Most of generic selftest should be able to work with probably all ethernet
controllers. The DSA switches are not exception, so enable it by default at
least for DSA.
This patch was tested with SJA1105 and AR9331.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Kconfig')
-rw-r--r-- | net/dsa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig index 8746b07668ae..cbc2bd643ab2 100644 --- a/net/dsa/Kconfig +++ b/net/dsa/Kconfig @@ -9,6 +9,7 @@ menuconfig NET_DSA select NET_SWITCHDEV select PHYLINK select NET_DEVLINK + select NET_SELFTESTS help Say Y if you want to enable support for the hardware switches supported by the Distributed Switch Architecture. |