1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/driver_esp_eth: replace HAS_PERIPH_ETH by HAS_ESP_ETH in Kconfig

This commit is contained in:
Gunar Schorcht 2022-08-02 10:09:45 +02:00
parent dff5c8daad
commit e8c8c8d9e5

View File

@ -9,4 +9,4 @@ config APPLICATION
bool
default y
depends on HAS_ARCH_ESP32
depends on HAS_PERIPH_ETH
depends on HAS_ESP_ETH