option for DSI output

This commit is contained in:
Titus von Boxberg 2017-07-18 06:43:18 +02:00
parent d590ba7ab2
commit e67ba8c88d
1 changed files with 8 additions and 0 deletions

8
arch/arm/src/stm32f7/Kconfig Executable file → Normal file
View File

@ -4666,6 +4666,14 @@ config STM32F7_LTDC_INTERFACE
---help---
Enable the ltdc interface to support ltdc layer control.
config STM32F7_LTDC_USE_DSI
bool "Use DSI as display connection"
default n
depends on STM32F7_DSIHOST
---help---
Select this if your display is connected via DSI.
Deselect option if your display is connected via digital RGB+HSYNC+VSYNC
config STM32F7_LTDC_BACKLIGHT
bool "Backlight support"
default y