]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/omap5/Kconfig
board: am57xx: Rename TARGET_BEAGLE_X15 as TARGET_AM57XX_EVM
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap5 / Kconfig
1 if OMAP54XX
2
3 choice
4 prompt "OMAP5 board select"
5 optional
6
7 config TARGET_CM_T54
8 bool "CompuLab CM-T54"
9
10 config TARGET_OMAP5_UEVM
11 bool "TI OMAP5 uEVM board"
12
13 config TARGET_DRA7XX_EVM
14 bool "TI DRA7XX"
15 select TI_I2C_BOARD_DETECT
16
17 config TARGET_AM57XX_EVM
18 bool "AM57XX"
19 select TI_I2C_BOARD_DETECT
20
21 endchoice
22
23 config SYS_SOC
24 default "omap5"
25
26 source "board/compulab/cm_t54/Kconfig"
27 source "board/ti/omap5_uevm/Kconfig"
28 source "board/ti/dra7xx/Kconfig"
29 source "board/ti/am57xx/Kconfig"
30
31 endif