SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / arch / arm / mach-omap2 / omap4 / Kconfig
1 if OMAP44XX
2
3 choice
4         prompt "OMAP4 board select"
5         optional
6
7 config TARGET_DUOVERO
8         bool "OMAP4430 Gumstix Duovero"
9
10 config TARGET_OMAP4_PANDA
11         bool "TI OMAP4 PandaBoard"
12
13 config TARGET_OMAP4_SDP4430
14         bool "TI OMAP4 SDP4430"
15
16 config TARGET_KC1
17         bool "Amazon Kindle Fire (first generation)"
18
19 endchoice
20
21 config SYS_SOC
22         default "omap4"
23
24 source "board/gumstix/duovero/Kconfig"
25 source "board/ti/panda/Kconfig"
26 source "board/ti/sdp4430/Kconfig"
27 source "board/amazon/kc1/Kconfig"
28
29 endif