]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/omap4/Kconfig
15287af069c137e4cbfe29622fc92a977cb4d8e5
[karo-tx-uboot.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 config SPL_I2C_SUPPORT
13         default y
14
15 config SPL_LIBCOMMON_SUPPORT
16         default y
17
18 config SPL_LIBDISK_SUPPORT
19         default y
20
21 config SPL_LIBGENERIC_SUPPORT
22         default y
23
24 config SPL_MMC_SUPPORT
25         default y
26
27 config SPL_NAND_SUPPORT
28         default y
29
30 choice
31         prompt "OMAP4 board select"
32         optional
33
34 config TARGET_DUOVERO
35         bool "OMAP4430 Gumstix Duovero"
36
37 config TARGET_OMAP4_PANDA
38         bool "TI OMAP4 PandaBoard"
39
40 config TARGET_OMAP4_SDP4430
41         bool "TI OMAP4 SDP4430"
42
43 config TARGET_KC1
44         bool "Amazon Kindle Fire (first generation)"
45
46 endchoice
47
48 config SYS_SOC
49         default "omap4"
50
51 source "board/gumstix/duovero/Kconfig"
52 source "board/ti/panda/Kconfig"
53 source "board/ti/sdp4430/Kconfig"
54 source "board/amazon/kc1/Kconfig"
55
56 endif