]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/omap5/Kconfig
Merge branch 'karo-tx-uboot' into kc-merge
[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 config TARGET_BEAGLE_X15
16         bool "BeagleBoard X15"
17
18 endchoice
19
20 config SYS_SOC
21         default "omap5"
22
23 source "board/compulab/cm_t54/Kconfig"
24 source "board/ti/omap5_uevm/Kconfig"
25 source "board/ti/dra7xx/Kconfig"
26 source "board/ti/beagle_x15/Kconfig"
27
28 endif