]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/Kconfig
sandbox: eth: Add a bridge to a real network for sandbox
[karo-tx-uboot.git] / drivers / net / Kconfig
index e48d84c5019aae30cfb275000714e244f4e91bd5..2dee8a2e18c8d79b792226f1121c830cbc65e604 100644 (file)
@@ -29,6 +29,16 @@ config ETH_SANDBOX
 
          This driver is particularly useful in the test/dm/eth.c tests
 
+config ETH_SANDBOX_RAW
+       depends on DM_ETH && SANDBOX
+       default y
+       bool "Sandbox: Bridge to Linux Raw Sockets"
+       help
+         This driver is a bridge from the bottom of the network stack
+         in U-Boot to the RAW AF_PACKET API in Linux. This allows real
+         network traffic to be tested from within sandbox. See
+         board/sandbox/README.sandbox for more details.
+
 config MII
        bool