blob: db7a29a54c25a3c76c9b46c34040104026a096e8 [file] [log] [blame]
Stephan Gerhold4f1170f2020-01-04 18:45:17 +01001if ARCH_U8500
2
3config SYS_SOC
4 default "u8500"
5
Stephan Gerhold3f1d3e42020-01-04 18:45:19 +01006choice
7 prompt "U8500 board selection"
8
9config TARGET_STEMMY
10 bool "Samsung (stemmy) board"
Stephan Gerholdfa307622021-07-07 12:58:55 +020011 select MISC_INIT_R
Stephan Gerhold3f1d3e42020-01-04 18:45:19 +010012 help
13 The Samsung "stemmy" board supports Samsung smartphones released with
14 the ST-Ericsson NovaThor U8500 SoC, e.g.
15
16 - Samsung Galaxy S III mini (GT-I8190) "golden"
17 - Samsung Galaxy S Advance (GT-I9070) "janice"
18 - Samsung Galaxy Xcover 2 (GT-S7710) "skomer"
Stephan Gerholdaee9df32021-07-07 12:58:54 +020019 - Samsung Galaxy Ace 2 (GT-I8160) "codina"
Stephan Gerhold3f1d3e42020-01-04 18:45:19 +010020
21 and likely others as well (untested).
22
23 See board/ste/stemmy/README for details.
24
25endchoice
26
27source "board/ste/stemmy/Kconfig"
28
Stephan Gerhold4f1170f2020-01-04 18:45:17 +010029endif