commit | 11bde1cd593892040c9d46cf9e8b738820d329db | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 13 07:05:23 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 17:03:39 2016 -0400 |
tree | fa05b82741da1e76d146e5495bd18d0b9d2dbf6e | |
parent | 76f1f38816d8763b51e5f1d6ca099a88aa1fd077 [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>