arm: Remove omap3_pandora_defconfig board
[oweals/u-boot.git] / arch / arm / mach-u8500 / Kconfig
1 if ARCH_U8500
2
3 config SYS_SOC
4         default "u8500"
5
6 choice
7         prompt "U8500 board selection"
8
9 config TARGET_STEMMY
10         bool "Samsung (stemmy) board"
11         help
12           The Samsung "stemmy" board supports Samsung smartphones released with
13           the ST-Ericsson NovaThor U8500 SoC, e.g.
14
15               - Samsung Galaxy S III mini (GT-I8190)    "golden"
16               - Samsung Galaxy S Advance (GT-I9070)     "janice"
17               - Samsung Galaxy Xcover 2 (GT-S7710)      "skomer"
18
19           and likely others as well (untested).
20
21           See board/ste/stemmy/README for details.
22
23 endchoice
24
25 source "board/ste/stemmy/Kconfig"
26
27 endif