MIPS: SEAD3: Use symbolic addresses from sead-addr.h in LED driver.
[linux-drm-fsl-dcu.git] / net / dsa / Kconfig
1 config HAVE_NET_DSA
2         def_bool y
3         depends on NETDEVICES && !S390
4
5 # Drivers must select NET_DSA and the appropriate tagging format
6
7 config NET_DSA
8         tristate
9         depends on HAVE_NET_DSA
10         select PHYLIB
11
12 if NET_DSA
13
14 config NET_DSA_HWMON
15         bool "Distributed Switch Architecture HWMON support"
16         default y
17         depends on HWMON && !(NET_DSA=y && HWMON=m)
18         ---help---
19           Say Y if you want to expose thermal sensor data on switches supported
20           by the Distributed Switch Architecture.
21
22           Some of those switches contain thermal sensors. This data is available
23           via the hwmon sysfs interface and exposes the onboard sensors.
24
25 # tagging formats
26 config NET_DSA_TAG_BRCM
27         bool
28
29 config NET_DSA_TAG_DSA
30         bool
31
32 config NET_DSA_TAG_EDSA
33         bool
34
35 config NET_DSA_TAG_TRAILER
36         bool
37
38 endif