From 213480e12d880ef6782f56f1af95469b48cca539 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 1 Jan 2015 22:04:34 +0100 Subject: sunxi: video: Add lvds support Add support for lvds lcd panels Signed-off-by: Hans de Goede Acked-by: Anatolij Gustschin --- board/sunxi/Kconfig | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'board/sunxi') diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 9a0d8a2..bbe5c86 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -348,6 +348,33 @@ config VIDEO_LCD_BL_PWM Set the backlight pwm pin for the LCD panel. This takes a string in the format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H. + +# Note only one of these may be selected at a time! But hidden choices are +# not supported by Kconfig +config VIDEO_LCD_IF_PARALLEL + bool + +config VIDEO_LCD_IF_LVDS + bool + + +choice + prompt "LCD panel support" + depends on VIDEO + ---help--- + Select which type of LCD panel to support. + +config VIDEO_LCD_PANEL_PARALLEL + bool "Generic parallel interface LCD panel" + select VIDEO_LCD_IF_PARALLEL + +config VIDEO_LCD_PANEL_LVDS + bool "Generic lvds interface LCD panel" + select VIDEO_LCD_IF_LVDS + +endchoice + + config USB_KEYBOARD boolean "Enable USB keyboard support" default y -- cgit v1.1