From b19bf17514e7c8b800bde84b7add37a366916ed4 Mon Sep 17 00:00:00 2001 From: Bogdan Kolendovskyy Date: Thu, 8 Aug 2024 11:35:19 +0200 Subject: [PATCH] Re-enable LAN867x option in ethernet_init --- ethernet_init/Kconfig.projbuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ethernet_init/Kconfig.projbuild b/ethernet_init/Kconfig.projbuild index 559be8b..b06102e 100644 --- a/ethernet_init/Kconfig.projbuild +++ b/ethernet_init/Kconfig.projbuild @@ -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