Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: mdio: remove selecting FIXED_PHY for FWNODE_MDIO

Fwnode MDIO has never used the fixed PHY code, therefore don't select
symbol FIXED_PHY.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/880ca62b-a5d3-4865-bbce-2d2210928239@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Heiner Kallweit and committed by
Jakub Kicinski
b87249aa fa8fca88

-1
-1
drivers/net/mdio/Kconfig
··· 7 7 8 8 config FWNODE_MDIO 9 9 def_tristate (ACPI || OF) || COMPILE_TEST 10 - select FIXED_PHY 11 10 help 12 11 FWNODE MDIO bus (Ethernet PHY) accessors 13 12