2012-04-06 17:58:25 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:08:57 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 17:58:25 +02:00
|
|
|
#
|
2012-04-23 21:55:32 +02:00
|
|
|
|
|
|
|
if ARCH_BOARD_HYMINI_STM32V
|
2013-05-16 22:06:16 +02:00
|
|
|
|
|
|
|
config LCD_R61505U
|
|
|
|
bool "LCD Based on R61505U LCD Controller"
|
|
|
|
default n
|
|
|
|
depends on NX_LCDDRIVER && !LCD_SSD1289
|
|
|
|
---help---
|
|
|
|
Enables HY-Mini STM32v support for any LCD based on the R61505U,
|
|
|
|
LCD Controller.
|
|
|
|
|
2012-04-23 21:55:32 +02:00
|
|
|
endif
|