diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-11-19 10:41:31 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:56:53 -0500 |
commit | 58435f7b2d1aa1ca1b08a2eecc36e13291342cfc (patch) | |
tree | a803b1a670d75a1e9c8dd83e72d3106c96dcd624 /arch/arm/plat-s3c/Kconfig | |
parent | 1aba834da12989bb769d1dcbf6b0ea29f730c92c (diff) |
[ARM] S3C: Add new FB device definition
Add a device definition for the new S3C framebuffer
driver.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig index d7a6e487f218..e80a32822d88 100644 --- a/arch/arm/plat-s3c/Kconfig +++ b/arch/arm/plat-s3c/Kconfig | |||
@@ -166,3 +166,9 @@ config S3C_DEV_I2C1 | |||
166 | depends on PLAT_S3C | 166 | depends on PLAT_S3C |
167 | help | 167 | help |
168 | Compile in platform device definitions for I2C channel 1 | 168 | Compile in platform device definitions for I2C channel 1 |
169 | |||
170 | config S3C_DEV_FB | ||
171 | bool | ||
172 | depends on PLAT_S3C | ||
173 | help | ||
174 | Compile in platform device definition for framebuffer | ||