summaryrefslogtreecommitdiff
path: root/nuttx/configs/hymini-stm32v/Kconfig
blob: 8d60c1cb83fc5e933e29663cbbf4ce860f969e91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

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