Skip to content

Commit

Permalink
Re-enable LAN867x option in ethernet_init
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdankolendovskyy committed Aug 8, 2024
1 parent 22ce262 commit b19bf17
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions ethernet_init/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,11 @@ menu "Ethernet Configuration"
KSZ8051, KSZ8061, KSZ8081, KSZ8091
Goto https://www.microchip.com for more information about them.

# TODO: un-hide this option once processing of Matches and Rules is fixed in IDF Component Manager and so LAN867x component can be conditionally included.
#config ETHERNET_PHY_LAN867X
# bool "LAN867x"
# depends on !ETHERNET_INTERNAL_SUPPORT
# help
# The LAN8670/1/2 is a high-performance 10BASE-T1S single-pair Ethernet PHY transceiver for 10 Mbit/s half-duplex networking over a single pair of conductors
# Goto https://www.microchip.com for more information about them.
config ETHERNET_PHY_LAN867X
bool "LAN867x"
help
The LAN8670/1/2 is a high-performance 10BASE-T1S single-pair Ethernet PHY transceiver for 10 Mbit/s half-duplex networking over a single pair of conductors
Goto https://www.microchip.com for more information about them.
endchoice # ETHERNET_PHY_MODEL

config ETHERNET_MDC_GPIO
Expand Down

0 comments on commit b19bf17

Please sign in to comment.