]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/omap4/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arc
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap4 / Kconfig
1 if OMAP44XX
2
3 choice
4         prompt "OMAP4 board select"
5
6 config TARGET_DUOVERO
7         bool "OMAP4430 Gumstix Duovero"
8
9 config TARGET_OMAP4_PANDA
10         bool "TI OMAP4 PandaBoard"
11
12 config TARGET_OMAP4_SDP4430
13         bool "TI OMAP4 SDP4430"
14
15 endchoice
16
17 config SYS_CPU
18         string
19         default "armv7"
20
21 config SYS_SOC
22         string
23         default "omap4"
24
25 source "board/gumstix/duovero/Kconfig"
26 source "board/ti/panda/Kconfig"
27 source "board/ti/sdp4430/Kconfig"
28
29 endif