From 11bde1cd593892040c9d46cf9e8b738820d329db Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 13 Sep 2016 07:05:23 -0600 Subject: 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 --- net/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'net/Kconfig') 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 -- cgit v1.2.3