aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/boards/renesas/migor/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-07-28 18:47:30 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-07-28 18:48:06 +0900
commit8b1285f1c192e7e84ba28cc25eb0e9bcf2dadb17 (patch)
tree381a9ea288707cb19c66767d92b5a1ac63fcdbc7 /arch/sh/boards/renesas/migor/Kconfig
parent761656e6beecb38c723f207d7408c753d3103ba8 (diff)
sh: Add SuperH Mobile LCDC platform data for Migo-R
Add WVGA and QVGA LCD panel support to Migo-R. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/renesas/migor/Kconfig')
-rw-r--r--arch/sh/boards/renesas/migor/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/sh/boards/renesas/migor/Kconfig b/arch/sh/boards/renesas/migor/Kconfig
new file mode 100644
index 00000000000..a7b3b728ec3
--- /dev/null
+++ b/arch/sh/boards/renesas/migor/Kconfig
@@ -0,0 +1,15 @@
+if SH_MIGOR
+
+choice
+ prompt "Migo-R LCD Panel Board Selection"
+ default SH_MIGOR_QVGA
+
+config SH_MIGOR_QVGA
+ bool "QVGA (320x240)"
+
+config SH_MIGOR_RTA_WVGA
+ bool "RTA WVGA (800x480)"
+
+endchoice
+
+endif