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