summaryrefslogtreecommitdiff
path: root/common/spl/Kconfig
AgeCommit message (Collapse)AuthorFilesLines
2016-09-17Kconfig: tpl: Add some TPL support options to KconfigSimon Glass1-0/+67
Some of the SPL options have TPL equivalents. Add these to Kconfig so that we can convert these options over to work from Kconfig. Signed-off-by: Simon Glass <sjg@chromium.org>
2016-09-17Kconfig: spl: Add SPL support options to KconfigSimon Glass1-0/+411
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>
2016-09-17Kconfig: Move SPL settings into their own fileSimon Glass1-0/+67
Move the SPL settings into common/spl where most of the SPL code is kept. Signed-off-by: Simon Glass <sjg@chromium.org>