Stephan Gerhold | 689088f | 2020-01-04 18:45:17 +0100 | [diff] [blame] | 1 | if ARCH_U8500 |
| 2 | |
| 3 | config SYS_SOC |
| 4 | default "u8500" |
| 5 | |
Stephan Gerhold | 43d2885 | 2020-01-04 18:45:19 +0100 | [diff] [blame] | 6 | choice |
| 7 | prompt "U8500 board selection" |
| 8 | |
| 9 | config TARGET_STEMMY |
| 10 | bool "Samsung (stemmy) board" |
Stephan Gerhold | e2f82f9 | 2021-07-07 12:58:55 +0200 | [diff] [blame] | 11 | select MISC_INIT_R |
Stephan Gerhold | 43d2885 | 2020-01-04 18:45:19 +0100 | [diff] [blame] | 12 | help |
| 13 | The Samsung "stemmy" board supports Samsung smartphones released with |
| 14 | the ST-Ericsson NovaThor U8500 SoC, e.g. |
| 15 | |
Stephan Gerhold | 03585d5 | 2021-07-07 12:58:54 +0200 | [diff] [blame] | 16 | - Samsung Galaxy Ace 2 (GT-I8160) "codina" |
Stephan Gerhold | f629895 | 2021-08-07 15:07:23 +0200 | [diff] [blame] | 17 | - Samsung Galaxy Amp (SGH-I407) "kyle" |
| 18 | - Samsung Galaxy Beam (GT-I8530) "gavini" |
| 19 | - Samsung Galaxy Exhibit (SGH-T599) "codina" (TMO) |
| 20 | - Samsung Galaxy S Advance (GT-I9070) "janice" |
| 21 | - Samsung Galaxy S III mini (GT-I8190) "golden" |
| 22 | - Samsung Galaxy Xcover 2 (GT-S7710) "skomer" |
Stephan Gerhold | 43d2885 | 2020-01-04 18:45:19 +0100 | [diff] [blame] | 23 | |
Stephan Gerhold | f629895 | 2021-08-07 15:07:23 +0200 | [diff] [blame] | 24 | See doc/board/ste/stemmy.rst for details. |
Stephan Gerhold | 43d2885 | 2020-01-04 18:45:19 +0100 | [diff] [blame] | 25 | |
| 26 | endchoice |
| 27 | |
| 28 | source "board/ste/stemmy/Kconfig" |
| 29 | |
Stephan Gerhold | 689088f | 2020-01-04 18:45:17 +0100 | [diff] [blame] | 30 | endif |