blob: 7478deb25f510670aa2cd49b844c0ea7e58a9f82 [file] [log] [blame]
Stephan Gerhold689088f2020-01-04 18:45:17 +01001if ARCH_U8500
2
3config SYS_SOC
4 default "u8500"
5
Stephan Gerhold43d28852020-01-04 18:45:19 +01006choice
7 prompt "U8500 board selection"
8
9config 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
23endchoice
24
25source "board/ste/stemmy/Kconfig"
26
Stephan Gerhold689088f2020-01-04 18:45:17 +010027endif