mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 20:51:56 +00:00
The dhcpv4-client is more usable if it has net-shell. For testing with qemu_x86, the e1000 overlay config is very useful. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
20 lines
283 B
Plaintext
20 lines
283 B
Plaintext
CONFIG_NETWORKING=y
|
|
CONFIG_NET_IPV6=n
|
|
CONFIG_NET_IPV4=y
|
|
CONFIG_NET_ARP=y
|
|
CONFIG_NET_UDP=y
|
|
CONFIG_NET_DHCPV4=y
|
|
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
CONFIG_INIT_STACKS=y
|
|
|
|
CONFIG_NET_MGMT=y
|
|
CONFIG_NET_MGMT_EVENT=y
|
|
|
|
CONFIG_NET_LOG=y
|
|
CONFIG_LOG=y
|
|
|
|
CONFIG_SLIP_STATISTICS=n
|
|
CONFIG_NET_SHELL=y
|