arch/x86: Rename a legacy network Kconfig option

ETHERNET option was from first network stack (a fork of uIP). This
option is now called NET_L2_ETHERNET.

Fixes #7798

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2018-06-04 13:18:47 +02:00 committed by Anas Nashif
commit 0d56036f04

View file

@ -208,7 +208,7 @@ endif # UART_NS16550_PORT_1
endif # UART_NS16550
if ETHERNET
if NET_L2_ETHERNET
config ETH_DW
def_bool y
@ -226,7 +226,7 @@ endif # ETH_DW_0
endif # ETH_DW
endif # ETHERNET
endif # NET_L2_ETHERNET
# Pin multiplexer uses PCAL9535A, needs to be initialized after it
config PINMUX_INIT_PRIORITY