On 9/8/21 5:17 PM, Vladimir Oltean wrote:
quoted hunk ↗ jump to hunk
diff --git a/drivers/net/dsa/sja1105/Kconfig b/drivers/net/dsa/sja1105/Kconfig
index 1291bba3f3b6..33f948d9ea18 100644
--- a/drivers/net/dsa/sja1105/Kconfig
+++ b/drivers/net/dsa/sja1105/Kconfig
@@ -23,6 +23,10 @@ tristate "NXP SJA1105 Ethernet switch family support"
- SJA1110C (Gen. 3, SGMII, TT-Ethernet, 100base-TX PHY, 7 ports)
- SJA1110D (Gen. 3, SGMII, TT-Ethernet, no 100base-TX PHY, 7 ports)
+config NET_DSA_SJA1105_PROBE
+tristate "Actual driver that probes the hardware"
Missing a tab before "tristate".
+ depends on NET_DSA_SJA1105
+
--
~Randy