]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/omap5/Kconfig
arm: rmobile: alt: Add support MMC and MMC command
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap5 / Kconfig
1 if OMAP54XX
2
3 choice
4         prompt "OMAP5 board select"
5
6 config TARGET_CM_T54
7         bool "CompuLab CM-T54"
8
9 config TARGET_OMAP5_UEVM
10         bool "TI OMAP5 uEVM board"
11
12 config TARGET_DRA7XX_EVM
13         bool "TI DRA7XX"
14
15 endchoice
16
17 config SYS_SOC
18         default "omap5"
19
20 source "board/compulab/cm_t54/Kconfig"
21 source "board/ti/omap5_uevm/Kconfig"
22 source "board/ti/dra7xx/Kconfig"
23
24 endif