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>
This commit is contained in:
Simon Glass
2016-09-13 07:05:23 -06:00
committed by Tom Rini
parent 76f1f38816
commit 11bde1cd59
3 changed files with 411 additions and 52 deletions

View File

@@ -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