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
|