historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/board/freescale/t104xrdb/Kconfig
2024-01-16 11:20:27 -06:00

16 lines
278 B
Text

if TARGET_T1040RDB || TARGET_T1040D4RDB || \
TARGET_T1042RDB || TARGET_T1042D4RDB || \
TARGET_T1042RDB_PI
config SYS_BOARD
default "t104xrdb"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "T104xRDB"
source "board/freescale/common/Kconfig"
endif