diff --git a/arch/arm/src/stm32f7/Kconfig b/arch/arm/src/stm32f7/Kconfig index f8a5832319a..21fc107d741 100644 --- a/arch/arm/src/stm32f7/Kconfig +++ b/arch/arm/src/stm32f7/Kconfig @@ -4817,6 +4817,15 @@ config FB_TRANSPARENCY ltdc L8 format. endif + +config STM32F7_LTDC_REGDEBUG + bool "Enable LTDC register value debug messages" + default n + ---help--- + This gives additional messages for LTDC related register values. + Additionally, you have to select "Low-level LCD Debug Features" + to enable the debug messages. + endmenu endif # STM32F7_LTDC