Skip to content

Commit 332fc17

Browse files
committed
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 <[email protected]>
1 parent 59c6956 commit 332fc17

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_NET_L2_ETHERNET=y
2+
CONFIG_NET_QEMU_ETHERNET=y
3+
4+
CONFIG_ETH_SMSC911X=y
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_NET_L2_ETHERNET=y
2+
CONFIG_NET_QEMU_ETHERNET=y
3+
4+
CONFIG_ETH_SMSC911X=y

0 commit comments

Comments
 (0)