mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user