Skip to content

Commit

Permalink
GalaxyS port config options
Browse files Browse the repository at this point in the history
  • Loading branch information
xcaliburinhand committed Dec 21, 2010
1 parent fd94531 commit 6b8e7da
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions arch/arm/mach-s5pv210/Kconfig
Expand Up @@ -137,6 +137,48 @@ config MACH_HERRING
help help
Machine support for Herring Machine support for Herring


config GALAXYS
bool "GalaxyS"
depends on MACH_HERRING
help
Port to GalaxyS phone

if GALAXYS
choice
prompt "Select GalaxyS Type"

config GALAXYS_GT_I9000
bool "select SGHI9000"
depends on GALAXYS
help
Select Samsung I9000

config GALAXYS_SGH_I897
bool "select SGHI897"
depends on GALAXYS
help
Select Samsung Captivate

config GALAXYS_SGH_T959
bool "select SGHT959"
depends on GALAXYS
help
Select Samsung Vibrant

config GALAXYS_SCH_I500
bool "select SCHI500"
depends on GALAXYS
help
Select Samsung Fascinate

config GALAXYS_SPH_D700
bool "select SPHD700"
depends on GALAXYS
help
Select Samsung Epic
endchoice
endif

config S5PV210_SETUP_FB config S5PV210_SETUP_FB
bool bool
depends on FB_S3C depends on FB_S3C
Expand Down

0 comments on commit 6b8e7da

Please sign in to comment.