]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/ti/evm/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / ti / evm / Kconfig
1 if TARGET_OMAP3_EVM
2
3 config SYS_BOARD
4         default "evm"
5
6 config SYS_VENDOR
7         default "ti"
8
9 config SYS_CONFIG_NAME
10         default "omap3_evm"
11
12 endif
13
14 if TARGET_OMAP3_EVM_QUICK_MMC
15
16 config SYS_BOARD
17         default "evm"
18
19 config SYS_VENDOR
20         default "ti"
21
22 config SYS_CONFIG_NAME
23         default "omap3_evm_quick_mmc"
24
25 endif
26
27 if TARGET_OMAP3_EVM_QUICK_NAND
28
29 config SYS_BOARD
30         default "evm"
31
32 config SYS_VENDOR
33         default "ti"
34
35 config SYS_CONFIG_NAME
36         default "omap3_evm_quick_nand"
37
38 endif