net: kconfig: fix help message for SLIP

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-06-30 08:36:19 -04:00 committed by Anas Nashif
commit c2e62f4618

View file

@ -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