Stephan Gerhold | 4f1170f | 2020-01-04 18:45:17 +0100 | [diff] [blame] | 1 | if ARCH_U8500 |
| 2 | |
| 3 | config SYS_SOC |
| 4 | default "u8500" |
| 5 | |
Stephan Gerhold | 3f1d3e4 | 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" |
| 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 | |
Stephan Gerhold | 4f1170f | 2020-01-04 18:45:17 +0100 | [diff] [blame] | 27 | endif |