2012-04-06 23:58:25 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 23:58:25 +08:00
|
|
|
#
|
2012-04-24 03:55:32 +08:00
|
|
|
|
|
|
|
if ARCH_BOARD_HYMINI_STM32V
|
2013-05-17 04:06:16 +08: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-24 03:55:32 +08:00
|
|
|
endif
|