summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2019-07-29 11:22:04 +0300
committerTom Rini <trini@konsulko.com>2019-07-29 16:32:09 +0300
commit5917d0b877af8d553934c77247f1aa75f2dd048b (patch)
treed91e587ac5b3ec1c03e0db99c04e2a4f6fa8d403 /drivers/net/Kconfig
parent81b1158897dde57a4b26fea5ef927cf512e64b87 (diff)
downloadu-boot-5917d0b877af8d553934c77247f1aa75f2dd048b.tar.xz
doc: arch: sandbox: Replace all the instances of README.sandbox
commit 49116e6d236d ("doc: arch: Convert README.sandbox to reST") Moves README.sandbox to doc/arch. Replace all the existing instances to point to the right documentation file. Signed-off-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 0a1d228a88..084e095229 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -196,7 +196,7 @@ config ETH_SANDBOX_RAW
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.
+ doc/arch/index.rst for more details.
config ETH_DESIGNWARE
bool "Synopsys Designware Ethernet MAC"