summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-09-13 07:05:23 -0600
committerTom Rini <trini@konsulko.com>2016-09-16 17:03:39 -0400
commit11bde1cd593892040c9d46cf9e8b738820d329db (patch)
treefa05b82741da1e76d146e5495bd18d0b9d2dbf6e /net
parent76f1f38816d8763b51e5f1d6ca099a88aa1fd077 (diff)
Kconfig: spl: Add SPL support options to Kconfig
There are a lot of SPL options in U-Boot to enable various features and drivers. Currently these do not use Kconfig. Add them to Kconfig along with suitable help, and drop them from the README. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net')
-rw-r--r--net/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/Kconfig b/net/Kconfig
index c393269f27..414c5497c7 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -45,7 +45,4 @@ config BOOTP_VCI_STRING
default "U-Boot.arm" if ARM
default "U-Boot"
-config SPL_NET_VCI_STRING
- string
-
endif # if NET