net: kconfig: fix help message for SLIP
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c01c074b5b
commit
c2e62f4618
1 changed files with 17 additions and 18 deletions
|
@ -235,18 +235,16 @@ choice
|
|||
optional
|
||||
default NET_SLIP_TUN
|
||||
help
|
||||
The SLIP support is only used when the application is
|
||||
run inside QEMU and the network peer is run in your
|
||||
host.
|
||||
The SLIP support is only used when the application is
|
||||
run inside QEMU and the network peer is run in your
|
||||
host. The host needs to have tunslip running in order
|
||||
to receive and send network packets via the SLIP driver.
|
||||
The SLIP driver Kconfig options can be tweaked in drivers
|
||||
The SLIP support is only used when the application is run inside QEMU
|
||||
and the network peer is run in your host. The host needs to have
|
||||
tunslip running in order to receive and send network packets via the
|
||||
SLIP driver. The SLIP driver Kconfig options can be tweaked in drivers
|
||||
section.
|
||||
Options are provided to communicate with QEMU via a TUN driver,
|
||||
the default, as it requires less configuration in the host side,
|
||||
or via a TAP driver.
|
||||
|
||||
Options are provided to communicate with QEMU via a TUN driver, the
|
||||
default, as it requires less configuration in the host side, or via a
|
||||
TAP driver.
|
||||
|
||||
config NET_SLIP_TUN
|
||||
bool "TUN SLIP driver"
|
||||
select SLIP
|
||||
|
@ -257,6 +255,7 @@ config NET_SLIP_TUN
|
|||
The host needs to have tunslip running in order
|
||||
to receive and send network packets via the SLIP driver.
|
||||
Choose this if unsure.
|
||||
|
||||
config NET_SLIP_TAP
|
||||
bool "TAP SLIP driver"
|
||||
select SLIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue