Merge tag 'trace-v6.13-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[linux.git] / drivers / net / dsa / xrs700x / Kconfig
blobd10a4dce16764981d67fc4b74f0257ec181eb3ba
1 # SPDX-License-Identifier: GPL-2.0-only
2 config NET_DSA_XRS700X
3         tristate
4         depends on NET_DSA
5         select NET_DSA_TAG_XRS700X
6         select REGMAP
7         help
8           This enables support for Arrow SpeedChips XRS7003/7004 gigabit
9           Ethernet switches.
11 config NET_DSA_XRS700X_I2C
12         tristate "Arrow XRS7000X series switch in I2C mode"
13         depends on NET_DSA && I2C
14         select NET_DSA_XRS700X
15         select REGMAP_I2C
16         help
17           Enable I2C support for Arrow SpeedChips XRS7003/7004 gigabit Ethernet
18           switches.
20 config NET_DSA_XRS700X_MDIO
21         tristate "Arrow XRS7000X series switch in MDIO mode"
22         depends on NET_DSA
23         select NET_DSA_XRS700X
24         help
25           Enable MDIO support for Arrow SpeedChips XRS7003/7004 gigabit Ethernet
26           switches.