aboutsummaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-24 17:18:02 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:28:47 -0400
commit7505588342a53eb0e0ef33fbeba6c4055a4168de (patch)
treeee96d8539fe91497181be147be6b12f3bae90134 /board/freescale
parentf2428acbf1e3d51115f3fe74c2b1cd33ddf17ebb (diff)
downloadu-boot-7505588342a53eb0e0ef33fbeba6c4055a4168de.zip
u-boot-7505588342a53eb0e0ef33fbeba6c4055a4168de.tar.gz
u-boot-7505588342a53eb0e0ef33fbeba6c4055a4168de.tar.bz2
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>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/t208xqds/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/t208xqds/Kconfig b/board/freescale/t208xqds/Kconfig
index f65d8ee..58a31b6 100644
--- a/board/freescale/t208xqds/Kconfig
+++ b/board/freescale/t208xqds/Kconfig
@@ -9,6 +9,9 @@ config SYS_VENDOR
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