diff options
Diffstat (limited to 'roms/u-boot/arch/arm/mach-u8500/Kconfig')
-rw-r--r-- | roms/u-boot/arch/arm/mach-u8500/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-u8500/Kconfig b/roms/u-boot/arch/arm/mach-u8500/Kconfig new file mode 100644 index 000000000..7478deb25 --- /dev/null +++ b/roms/u-boot/arch/arm/mach-u8500/Kconfig @@ -0,0 +1,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 |