Skip to content

Commit

Permalink
ARM: mach-shmobile: ap4evb: Add LCD panel selection
Browse files Browse the repository at this point in the history
On AP4EVB board, it is possible to select LCD panel type
which are parallel or MIPI by SW3, SW43 dip-switch.
This patch add parallel LCD settings and
select menu to Kconfig.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Aug 4, 2010
1 parent 701ec7a commit 9fa1b7f
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 132 deletions.
13 changes: 13 additions & 0 deletions arch/arm/mach-shmobile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ config MACH_AP4EVB
select ARCH_REQUIRE_GPIOLIB
select SH_LCD_MIPI_DSI

choice
prompt "AP4EVB LCD panel selection"
default AP4EVB_QHD
depends on MACH_AP4EVB

config AP4EVB_QHD
bool "MIPI-DSI QHD (960x540)"

config AP4EVB_WVGA
bool "Parallel WVGA (800x480)"

endchoice

comment "SH-Mobile System Configuration"

menu "Memory configuration"
Expand Down
Loading

0 comments on commit 9fa1b7f

Please sign in to comment.