mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-19 09:43:08 +00:00
The way that we use this file currently means that we have to guard it in every platform Kconfig. But it is also required in all NXP platforms, including non-reference platforms. Make all options in it have appropriate dependencies so that we can include it a single time under arch/Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
15 lines
218 B
Text
15 lines
218 B
Text
if TARGET_T2080QDS
|
|
|
|
config SYS_BOARD
|
|
default "t208xqds"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "T208xQDS"
|
|
|
|
config SRIO_PCIE_BOOT_SLAVE
|
|
bool "Boot as a SRIO PCIe slave device"
|
|
|
|
endif
|