summaryrefslogtreecommitdiff
path: root/nuttx/configs/hymini-stm32v/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-16 14:06:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-16 14:06:16 -0600
commit7fa38cccc35a17896ebcc3e731d53ec9247819b7 (patch)
tree058f442e9d4f219360178b8c6c62883bccd1b1d6 /nuttx/configs/hymini-stm32v/Kconfig
parent8103e0321234bec9383d442068a66162e67c2598 (diff)
downloadpx4-nuttx-7fa38cccc35a17896ebcc3e731d53ec9247819b7.tar.gz
px4-nuttx-7fa38cccc35a17896ebcc3e731d53ec9247819b7.tar.bz2
px4-nuttx-7fa38cccc35a17896ebcc3e731d53ec9247819b7.zip
Add support for R61505U LCD controller on HY-mini STM32v board
Diffstat (limited to 'nuttx/configs/hymini-stm32v/Kconfig')
-rw-r--r--nuttx/configs/hymini-stm32v/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/hymini-stm32v/Kconfig b/nuttx/configs/hymini-stm32v/Kconfig
index 860c1d32b..8d60c1cb8 100644
--- a/nuttx/configs/hymini-stm32v/Kconfig
+++ b/nuttx/configs/hymini-stm32v/Kconfig
@@ -4,4 +4,13 @@
#
if ARCH_BOARD_HYMINI_STM32V
+
+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.
+
endif