
10 Jan
2015
10 Jan
'15
1:21 a.m.
On Fri, 9 Jan 2015 12:01:12 +0200 Siarhei Siamashka siarhei.siamashka@gmail.com 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