diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-11-19 16:41:34 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-16 00:57:26 +0100 |
commit | 438a5d42e052ec6126c5f1e24763b711210db33e (patch) | |
tree | afdaa666836d6d7f020b05325eb93935672065a0 /arch/arm/mach-s3c6410/Kconfig | |
parent | [ARM] S3C64XX: Add standard S3C64XX 24BPP LCD GPIO setup (diff) | |
download | linux-438a5d42e052ec6126c5f1e24763b711210db33e.tar.xz linux-438a5d42e052ec6126c5f1e24763b711210db33e.zip |
[ARM] SMDK6410: Add LCD (LCD48WVGA) definitions
Add support for the LCD 48WVGA module attached to the
SMDK6410.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index d00b5605100d..1d5010070027 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig @@ -25,8 +25,10 @@ config MACH_SMDK6410 select S3C_DEV_HSMMC select S3C_DEV_HSMMC1 select S3C_DEV_I2C1 + select S3C_DEV_FB select S3C6410_SETUP_SDHCI select S3C64XX_SETUP_I2C1 + select S3C64XX_SETUP_FB_24BPP help Machine support for the Samsung SMDK6410 |