]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/omap5/Kconfig
Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap5 / Kconfig
CommitLineData
6c5431ac
MY
1if OMAP54XX
2
75eba2c4
SG
3config SPL_EXT_SUPPORT
4 default y
5
ae56db5f
SG
6config SPL_FAT_SUPPORT
7 default y
8
53b5bf3c
SG
9config SPL_GPIO_SUPPORT
10 default y
11
9c21df15
SG
12config SPL_I2C_SUPPORT
13 default y
14
77d2f7f5
SG
15config SPL_LIBCOMMON_SUPPORT
16 default y
17
1646eba8
SG
18config SPL_LIBDISK_SUPPORT
19 default y
20
cc4288ef
SG
21config SPL_LIBGENERIC_SUPPORT
22 default y
23
6c5431ac
MY
24choice
25 prompt "OMAP5 board select"
a26cd049 26 optional
6c5431ac
MY
27
28config TARGET_CM_T54
29 bool "CompuLab CM-T54"
30
31config TARGET_OMAP5_UEVM
32 bool "TI OMAP5 uEVM board"
33
34config TARGET_DRA7XX_EVM
35 bool "TI DRA7XX"
25afe55d 36 select TI_I2C_BOARD_DETECT
bb6b142f 37 select PHYS_64BIT
6c5431ac 38
165bd7a1
LV
39config TARGET_AM57XX_EVM
40 bool "AM57XX"
212f96f6 41 select TI_I2C_BOARD_DETECT
1e4ad74b 42
6c5431ac
MY
43endchoice
44
6c5431ac 45config SYS_SOC
6c5431ac
MY
46 default "omap5"
47
48source "board/compulab/cm_t54/Kconfig"
49source "board/ti/omap5_uevm/Kconfig"
50source "board/ti/dra7xx/Kconfig"
74cc8b09 51source "board/ti/am57xx/Kconfig"
6c5431ac
MY
52
53endif