summaryrefslogtreecommitdiff
path: root/arch/arm/mach-u8500/Kconfig
blob: 7478deb25f510670aa2cd49b844c0ea7e58a9f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
if ARCH_U8500
 
config SYS_SOC
	default "u8500"
 
choice
	prompt "U8500 board selection"
 
config TARGET_STEMMY
	bool "Samsung (stemmy) board"
	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"
 
	  and likely others as well (untested).
 
	  See board/ste/stemmy/README for details.
 
endchoice
 
source "board/ste/stemmy/Kconfig"
 
endif