u-boot-brain/board/freescale/t208xqds/Kconfig
Tom Rini 2322b9568f ppc: Remove T2081QDS board and ARCH_T2081 support
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.  It is also the only ARCH_T2081 board so remove that support
as well.

Cc: Shengzhou Liu <Shengzhou.Liu@nxp.com>
Cc: Ruchika Gupta <ruchika.gupta@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
2021-04-10 08:04:42 -04:00

15 lines
189 B
Plaintext

if TARGET_T2080QDS
config SYS_BOARD
default "t208xqds"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "T208xQDS"
source "board/freescale/common/Kconfig"
endif