2caba712f6
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
config EXAMPLES_LTDC
|
|
bool "STM32 LTDC framebuffer example"
|
|
default n
|
|
depends on STM32_LTDC
|
|
---help---
|
|
Enable the LTDC example
|