File tree 1 file changed +9
-3
lines changed
config/esp32/components/chip
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -520,32 +520,38 @@ menu "CHIP Device Layer"
520
520
visible if ENABLE_ETHERNET_TELEMETRY
521
521
522
522
config GPIO_RANGE_MIN
523
- int
523
+ int
524
+ depends on ENABLE_ETHERNET_TELEMETRY
524
525
default 0
525
526
526
527
config GPIO_RANGE_MAX
527
- int
528
+ int
529
+ depends on ENABLE_ETHERNET_TELEMETRY
528
530
default 33 if IDF_TARGET_ESP32
529
531
default 46 if IDF_TARGET_ESP32S2
530
532
default 19 if IDF_TARGET_ESP32C3
531
533
default 48 if IDF_TARGET_ESP32S3
534
+ default 26 if IDF_TARGET_ESP32H2
532
535
533
536
config ETH_MDC_GPIO
534
537
int "SMI MDC GPIO number"
538
+ depends on ENABLE_ETHERNET_TELEMETRY
535
539
range GPIO_RANGE_MIN GPIO_RANGE_MAX
536
- default 23 if ENABLE_ETHERNET_TELEMETRY
540
+ default 23 if ENABLE_ETHERNET_TELEMETRY
537
541
help
538
542
Set the GPIO number used by SMI MDC.
539
543
540
544
config ETH_MDIO_GPIO
541
545
int "SMI MDIO GPIO number"
546
+ depends on ENABLE_ETHERNET_TELEMETRY
542
547
range GPIO_RANGE_MIN GPIO_RANGE_MAX
543
548
default 18 if ENABLE_ETHERNET_TELEMETRY
544
549
help
545
550
Set the GPIO number used by SMI MDIO.
546
551
547
552
config ETH_PHY_RST_GPIO
548
553
int "PHY Reset GPIO number"
554
+ depends on ENABLE_ETHERNET_TELEMETRY
549
555
range -1 GPIO_RANGE_MAX
550
556
default 5 if ENABLE_ETHERNET_TELEMETRY
551
557
help
You can’t perform that action at this time.
0 commit comments