samples: sockets: Add eth_smsc911x overlays
Add overlays for commonly used socket samples: big_http_download and dumb_http_server. Can be used with: make BOARD=mps2_an385 CONF_FILE="prj.conf overlay-smsc911x.conf" Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
56cb35a7e8
commit
c3aa195940
|
@ -0,0 +1,4 @@
|
|||
CONFIG_NET_L2_ETHERNET=y
|
||||
CONFIG_NET_QEMU_ETHERNET=y
|
||||
|
||||
CONFIG_ETH_SMSC911X=y
|
|
@ -0,0 +1,4 @@
|
|||
CONFIG_NET_L2_ETHERNET=y
|
||||
CONFIG_NET_QEMU_ETHERNET=y
|
||||
|
||||
CONFIG_ETH_SMSC911X=y
|
Loading…
Reference in New Issue