mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
fb2bf8c2c6
Move these options to Kconfig and create a sub-menu to avoid name conflict with other architectures. Signed-off-by: York Sun <york.sun@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org>
15 lines
264 B
Text
15 lines
264 B
Text
config ARCH_LS1021A
|
|
bool
|
|
select SYS_FSL_ERRATUM_A010315
|
|
|
|
menu "LS102xA architecture"
|
|
depends on ARCH_LS1021A
|
|
|
|
config LS1_DEEP_SLEEP
|
|
bool "Deep sleep"
|
|
depends on ARCH_LS1021A
|
|
|
|
config SYS_FSL_ERRATUM_A010315
|
|
bool "Workaround for PCIe erratum A010315"
|
|
|
|
endmenu
|