]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/omap4/Kconfig
48ce9d3530c8d35e8c35b14f093a04a13c9f2120
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap4 / Kconfig
1 if OMAP44XX
2
3 config SPL_EXT_SUPPORT
4 default y
5
6 config SPL_FAT_SUPPORT
7 default y
8
9 config SPL_GPIO_SUPPORT
10 default y
11
12 choice
13 prompt "OMAP4 board select"
14 optional
15
16 config TARGET_DUOVERO
17 bool "OMAP4430 Gumstix Duovero"
18
19 config TARGET_OMAP4_PANDA
20 bool "TI OMAP4 PandaBoard"
21
22 config TARGET_OMAP4_SDP4430
23 bool "TI OMAP4 SDP4430"
24
25 config TARGET_KC1
26 bool "Amazon Kindle Fire (first generation)"
27
28 endchoice
29
30 config SYS_SOC
31 default "omap4"
32
33 source "board/gumstix/duovero/Kconfig"
34 source "board/ti/panda/Kconfig"
35 source "board/ti/sdp4430/Kconfig"
36 source "board/amazon/kc1/Kconfig"
37
38 endif