]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/omap4/Kconfig
Convert CONFIG_SPL_MMC_SUPPORT to Kconfig
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap4 / Kconfig
CommitLineData
d08215a5
MY
1if OMAP44XX
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
1fdf7c64
SG
24config SPL_MMC_SUPPORT
25 default y
26
d08215a5
MY
27choice
28 prompt "OMAP4 board select"
a26cd049 29 optional
d08215a5
MY
30
31config TARGET_DUOVERO
32 bool "OMAP4430 Gumstix Duovero"
33
34config TARGET_OMAP4_PANDA
35 bool "TI OMAP4 PandaBoard"
36
37config TARGET_OMAP4_SDP4430
38 bool "TI OMAP4 SDP4430"
39
ae51b570
PK
40config TARGET_KC1
41 bool "Amazon Kindle Fire (first generation)"
42
d08215a5
MY
43endchoice
44
d08215a5 45config SYS_SOC
d08215a5
MY
46 default "omap4"
47
48source "board/gumstix/duovero/Kconfig"
49source "board/ti/panda/Kconfig"
50source "board/ti/sdp4430/Kconfig"
ae51b570 51source "board/amazon/kc1/Kconfig"
d08215a5
MY
52
53endif