2014-12-19 14:32:08 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-12-19 14:32:08 -06:00
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_LTDC
|
|
|
|
bool "STM32 LTDC framebuffer example"
|
|
|
|
default n
|
|
|
|
depends on STM32_LTDC
|
|
|
|
---help---
|
|
|
|
Enable the LTDC example
|