]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/freescale/t4qds/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.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