2020-01-04 17:45:17 +00:00
|
|
|
if ARCH_U8500
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "u8500"
|
|
|
|
|
2020-01-04 17:45:19 +00:00
|
|
|
choice
|
|
|
|
prompt "U8500 board selection"
|
|
|
|
|
|
|
|
config TARGET_STEMMY
|
|
|
|
bool "Samsung (stemmy) board"
|
2021-07-07 10:58:55 +00:00
|
|
|
select MISC_INIT_R
|
2020-01-04 17:45:19 +00:00
|
|
|
help
|
|
|
|
The Samsung "stemmy" board supports Samsung smartphones released with
|
|
|
|
the ST-Ericsson NovaThor U8500 SoC, e.g.
|
|
|
|
|
|
|
|
- Samsung Galaxy S III mini (GT-I8190) "golden"
|
|
|
|
- Samsung Galaxy S Advance (GT-I9070) "janice"
|
|
|
|
- Samsung Galaxy Xcover 2 (GT-S7710) "skomer"
|
2021-07-07 10:58:54 +00:00
|
|
|
- Samsung Galaxy Ace 2 (GT-I8160) "codina"
|
2020-01-04 17:45:19 +00:00
|
|
|
|
|
|
|
and likely others as well (untested).
|
|
|
|
|
|
|
|
See board/ste/stemmy/README for details.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
source "board/ste/stemmy/Kconfig"
|
|
|
|
|
2020-01-04 17:45:17 +00:00
|
|
|
endif
|