drivers/ethernet/eth_native_posix: Rename to eth_native_tap
Rename this driver to eth_native_tap, including renaming all its options. The old options remain until v4.4, but as deprecated. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
e5bab1a4ee
commit
78f800642a
23 changed files with 253 additions and 180 deletions
|
@ -17,7 +17,7 @@ if NETWORKING
|
|||
config NET_L2_ETHERNET
|
||||
default y if !NET_LOOPBACK && !NET_TEST
|
||||
|
||||
config ETH_NATIVE_POSIX
|
||||
config ETH_NATIVE_TAP
|
||||
default y if NET_L2_ETHERNET && ETH_DRIVER
|
||||
|
||||
endif # NETWORKING
|
||||
|
|
|
@ -705,7 +705,7 @@ host libC (:kconfig:option:`CONFIG_EXTERNAL_LIBC`):
|
|||
Entropy, :ref:`Native posix entropy <nsim_per_entr>`, :kconfig:option:`CONFIG_FAKE_ENTROPY_NATIVE_POSIX`, All
|
||||
EEPROM, EEPROM simulator, :kconfig:option:`CONFIG_EEPROM_SIMULATOR`, All
|
||||
EEPROM, EEPROM emulator, :kconfig:option:`CONFIG_EEPROM_EMULATOR`, All
|
||||
Ethernet, :ref:`Eth native_posix <nsim_per_ethe>`, :kconfig:option:`CONFIG_ETH_NATIVE_POSIX`, All
|
||||
Ethernet, :ref:`Eth native_tap <nsim_per_ethe>`, :kconfig:option:`CONFIG_ETH_NATIVE_TAP`, All
|
||||
Flash, :ref:`Flash simulator <nsim_per_flash_simu>`, :kconfig:option:`CONFIG_FLASH_SIMULATOR`, All
|
||||
Flash, :ref:`Host based flash access <native_fuse_flash>`, :kconfig:option:`CONFIG_FUSE_FS_ACCESS`, Host libC
|
||||
GPIO, GPIO emulator, :kconfig:option:`CONFIG_GPIO_EMUL`, All
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue