diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-05-17 02:53:13 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 02:09:38 -0400 |
commit | b315032f530c58b973ade659f3b880fcc7017e92 (patch) | |
tree | 41573e03e2fd83ea65a56edf3530e5431b853059 /arch/arm/mach-s5pv210/Kconfig | |
parent | d947e79249a165100527dd7c6b0159970d1cbc4b (diff) |
ARM: S5PV210: add support for s3c-fb driver on Aquila machine
This patch adds required platform definitions to enable s3c-fb
driver. Two framebuffer windows in 480x800x16bpp mode are defined.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 11da9c022d38..430055b88f92 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -20,6 +20,8 @@ config MACH_AQUILA | |||
20 | bool "Samsung Aquila" | 20 | bool "Samsung Aquila" |
21 | select CPU_S5PV210 | 21 | select CPU_S5PV210 |
22 | select ARCH_SPARSEMEM_ENABLE | 22 | select ARCH_SPARSEMEM_ENABLE |
23 | select S5PV210_SETUP_FB_24BPP | ||
24 | select S3C_DEV_FB | ||
23 | help | 25 | help |
24 | Machine support for the Samsung Aquila target based on S5PC110 SoC | 26 | Machine support for the Samsung Aquila target based on S5PC110 SoC |
25 | 27 | ||