diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-03 02:29:44 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-18 05:46:30 -0400 |
commit | f64bea4318a73e833d0a9b8400cc0f6cee957da3 (patch) | |
tree | 7ea2a44b745039041029acb5ecb2b83dae0a7cf4 /arch/arm/mach-s3c2416/Kconfig | |
parent | f077f3fc055b329787783a1ab0efb9a8f8ecc874 (diff) |
ARM: SMDK2416: Add support for framebuffer device and ensure correct setup
Add support for the LCD display on the SMDJK2416, and correctly name the
framebuffer device.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2416/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2416/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2416/Kconfig b/arch/arm/mach-s3c2416/Kconfig index 29103a6047de..657e4fe17f39 100644 --- a/arch/arm/mach-s3c2416/Kconfig +++ b/arch/arm/mach-s3c2416/Kconfig | |||
@@ -30,6 +30,7 @@ menu "S3C2416 Machines" | |||
30 | config MACH_SMDK2416 | 30 | config MACH_SMDK2416 |
31 | bool "SMDK2416" | 31 | bool "SMDK2416" |
32 | select CPU_S3C2416 | 32 | select CPU_S3C2416 |
33 | select S3C_DEV_FB | ||
33 | select S3C_DEV_HSMMC | 34 | select S3C_DEV_HSMMC |
34 | select S3C_DEV_HSMMC1 | 35 | select S3C_DEV_HSMMC1 |
35 | help | 36 | help |