From 1944ab6f9bfedaf22c3fd8d75add4ea60611bc48 Mon Sep 17 00:00:00 2001 From: Titus von Boxberg Date: Thu, 27 Jul 2017 16:37:16 +0200 Subject: [PATCH] added missing config option for register value debugging --- arch/arm/src/stm32f7/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/src/stm32f7/Kconfig b/arch/arm/src/stm32f7/Kconfig index f8a5832319..21fc107d74 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