From 3ea143abe957cd771582fcde33e5fb8096bd826e Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Sun, 22 Mar 2015 17:09:13 -0500 Subject: sandbox: eth: Add network support to sandbox Add basic network support to sandbox which includes a network driver. Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- arch/sandbox/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'arch/sandbox/Kconfig') diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 477a20a820..e7f55fa82a 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -41,4 +41,13 @@ config PCI used on some devices to allow the CPU to communicate with its peripherals. +config NET + default y + +config NETDEVICES + default y + +config DM_ETH + default y + endmenu -- cgit v1.2.1