Convert CONFIG_CMD_ERRATA to Kconfig

This converts the following to Kconfig:
   CONFIG_CMD_ERRATA

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Simon Glass
2017-05-17 03:25:15 -06:00
committed by Tom Rini
parent ffc76589d0
commit 230ecd7150
100 changed files with 85 additions and 22 deletions

View File

@ -4,6 +4,14 @@ menu "mpc85xx CPU"
config SYS_CPU
default "mpc85xx"
config CMD_ERRATA
bool "Enable the 'errata' command"
depends on MPC85xx
default y
help
This enables the 'errata' command which displays a list of errata
work-arounds which are enabled for the current board.
choice
prompt "Target select"
optional