]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/freescale/t4qds/Kconfig
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[people/ms/u-boot.git] / board / freescale / t4qds / Kconfig
1 if TARGET_T4240EMU
2
3 config SYS_BOARD
4 default "t4qds"
5
6 config SYS_VENDOR
7 default "freescale"
8
9 config SYS_CONFIG_NAME
10 default "T4240EMU"
11
12 endif
13
14 if TARGET_T4240QDS
15
16 config SYS_BOARD
17 default "t4qds"
18
19 config SYS_VENDOR
20 default "freescale"
21
22 config SYS_CONFIG_NAME
23 default "T4240QDS"
24
25 endif