samples: net: echo-server: Introduce overlay file for e1000
The overlay-e1000.conf can be used for example with Qemu which has support for e1000 ethernet driver. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
421505c7e3
commit
a8b742362e
1 changed files with 10 additions and 0 deletions
10
samples/net/echo_server/overlay-e1000.conf
Normal file
10
samples/net/echo_server/overlay-e1000.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
CONFIG_NET_L2_ETHERNET=y
|
||||
CONFIG_NET_QEMU_ETHERNET=y
|
||||
|
||||
CONFIG_ETH_E1000=y
|
||||
|
||||
CONFIG_PCI_ENUMERATION=y
|
||||
CONFIG_PCI=y
|
||||
|
||||
#CONFIG_PCI_DEBUG=y
|
||||
#CONFIG_ETHERNET_LOG_LEVEL_DBG=y
|
Loading…
Add table
Add a link
Reference in a new issue