post: Migrate to Kconfig
We move the existing CONFIG_POST_* functionality over to CFG_POST and then introduce CONFIG_POST to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
config POST
|
||||
bool "Power On Self Test support"
|
||||
help
|
||||
See doc/README.POST for more details
|
||||
|
||||
menuconfig UNIT_TEST
|
||||
bool "Unit tests"
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user