u-boot/board/freescale/t208xqds/Kconfig
Tom Rini 7505588342 Convert CONFIG_SRIO_PCIE_BOOT_SLAVE to Kconfig
This converts the following to Kconfig:
   CONFIG_SRIO_PCIE_BOOT_SLAVE

Signed-off-by: Tom Rini <trini@konsulko.com>
2022-04-01 10:28:47 -04:00

17 lines
259 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"
source "board/freescale/common/Kconfig"
endif