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:
parent
6c95dafd82
commit
0d56036f04
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue