diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-11-19 10:41:33 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:57:19 -0500 |
commit | c7a0401e61447ebc2b7a8923c78875a2c300e548 (patch) | |
tree | 0ab9eb60ca51b6c125073496e969ba1e461efaf0 /arch/arm/plat-s3c64xx/Kconfig | |
parent | 58435f7b2d1aa1ca1b08a2eecc36e13291342cfc (diff) |
[ARM] S3C64XX: Add standard S3C64XX 24BPP LCD GPIO setup
Add a standard helper to configure the LCD output pins for a 24BPP
display with VSYNC/HSYNC/VDEN.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig index 9037eb47076..203dd730d1c 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig | |||
@@ -53,4 +53,9 @@ config S3C64XX_SETUP_I2C1 | |||
53 | help | 53 | help |
54 | Common setup code for i2c bus 1. | 54 | Common setup code for i2c bus 1. |
55 | 55 | ||
56 | config S3C64XX_SETUP_FB_24BPP | ||
57 | bool | ||
58 | help | ||
59 | Common setup code for S3C64XX with an 24bpp RGB display helper. | ||
60 | |||
56 | endif | 61 | endif |