esp_eth: KConfig formatting fix

This commit is contained in:
Angus Gratton 2019-08-14 11:57:02 +10:00 committed by Angus Gratton
parent f8b1ef1b14
commit 2fcbc6aaa5

View file

@ -1,9 +1,9 @@
menu "Ethernet"
# Invisible item that is enabled if any Ethernet
# selection is made
config ETH_ENABLED
bool
# Invisible item that is enabled if any Ethernet
# selection is made
config ETH_ENABLED
bool
menuconfig ETH_USE_ESP32_EMAC
depends on IDF_TARGET_ESP32