xref: /openbmc/u-boot/board/ti/evm/Kconfig (revision 4cbd2928)
1if TARGET_OMAP3_EVM
2
3config SYS_BOARD
4	default "evm"
5
6config SYS_VENDOR
7	default "ti"
8
9config SYS_CONFIG_NAME
10	default "omap3_evm"
11
12endif
13
14if TARGET_OMAP3_EVM_QUICK_MMC
15
16config SYS_BOARD
17	default "evm"
18
19config SYS_VENDOR
20	default "ti"
21
22config SYS_CONFIG_NAME
23	default "omap3_evm_quick_mmc"
24
25endif
26
27if TARGET_OMAP3_EVM_QUICK_NAND
28
29config SYS_BOARD
30	default "evm"
31
32config SYS_VENDOR
33	default "ti"
34
35config SYS_CONFIG_NAME
36	default "omap3_evm_quick_nand"
37
38endif
39