From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 10 Jan 2015 01:21:59 +0100 Subject: [U-Boot] [PATCH 4/8] video: sunxi: Hook up SSD2828 with the sunxi video driver In-Reply-To: <1420797676-22515-5-git-send-email-siarhei.siamashka@gmail.com> References: <1420797676-22515-1-git-send-email-siarhei.siamashka@gmail.com> <1420797676-22515-5-git-send-email-siarhei.siamashka@gmail.com> Message-ID: <20150110012159.221c61c0@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 9 Jan 2015 12:01:12 +0200 Siarhei Siamashka wrote: ... > diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig > index adee5ed..92dbce7 100644 > --- a/board/sunxi/Kconfig > +++ b/board/sunxi/Kconfig > @@ -345,6 +345,60 @@ 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. > > +config VIDEO_LCD_SPI_CS > + string "SPI CS pin for LCD related config job" > + depends on VIDEO_LCD_SSD2828 > + default "" > + ---help--- > + This is one of the SPI communication pins, involved in setting up a > + working LCD configuration. The exact role of SPI may differ for > + different hardware setups. The option takes a string in the format > + understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H. please address comments from Hans regarding the Kconfig changes. Thanks, Anatolij