ARM: S5PV210: add framebuffer platform helpers for s5pv210 based machines
[pandora-kernel.git] / arch / arm / mach-s5pv210 / Kconfig
index af33a1a..7d8d93f 100644 (file)
@@ -12,13 +12,23 @@ if ARCH_S5PV210
 config CPU_S5PV210
        bool
        select PLAT_S5P
+       select S3C_PL330_DMA
        help
          Enable S5PV210 CPU support
 
-choice
-       prompt "Select machine type"
-       depends on ARCH_S5PV210
-       default MACH_SMDKV210
+config MACH_AQUILA
+       bool "Samsung Aquila"
+       select CPU_S5PV210
+       select ARCH_SPARSEMEM_ENABLE
+       select S5PV210_SETUP_FB_24BPP
+       select S3C_DEV_FB
+       help
+         Machine support for the Samsung Aquila target based on S5PC110 SoC
+
+config S5PV210_SETUP_FB_24BPP
+       bool
+       help
+          Common setup code for S5PV210 with an 24bpp RGB display helper.
 
 config MACH_SMDKV210
        bool "SMDKV210"
@@ -35,6 +45,4 @@ config MACH_SMDKC110
          Machine support for Samsung SMDKC110
          S5PC110(MCP) is one of package option of S5PV210
 
-endchoice
-
 endif