Kconfig (4d2bd2581c3bc73e9fdf5f82b25c359212567457) | Kconfig (9b78d919632b7149d311aaad5a977e4b48b10321) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PHY Layer Configuration 4# 5 6config PHYLINK 7 tristate 8 depends on NETDEVICES --- 31 unchanged lines hidden (view full) --- 40 All these triggers are named according to the following pattern: 41 <mii bus id>:<phy>:<speed> 42 43 Where speed is in the form: 44 <Speed in megabits>Mbps OR <Speed in gigabits>Gbps OR link 45 for any speed known to the PHY. 46 47config PHYLIB_LEDS | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PHY Layer Configuration 4# 5 6config PHYLINK 7 tristate 8 depends on NETDEVICES --- 31 unchanged lines hidden (view full) --- 40 All these triggers are named according to the following pattern: 41 <mii bus id>:<phy>:<speed> 42 43 Where speed is in the form: 44 <Speed in megabits>Mbps OR <Speed in gigabits>Gbps OR link 45 for any speed known to the PHY. 46 47config PHYLIB_LEDS |
48 bool "Support probing LEDs from device tree" | 48 def_bool OF |
49 depends on LEDS_CLASS=y || LEDS_CLASS=PHYLIB | 49 depends on LEDS_CLASS=y || LEDS_CLASS=PHYLIB |
50 depends on OF 51 default y | |
52 help 53 When LED class support is enabled, phylib can automatically 54 probe LED setting from device tree. 55 56config FIXED_PHY 57 tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs" 58 select SWPHY 59 help --- 339 unchanged lines hidden --- | 50 help 51 When LED class support is enabled, phylib can automatically 52 probe LED setting from device tree. 53 54config FIXED_PHY 55 tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs" 56 select SWPHY 57 help --- 339 unchanged lines hidden --- |