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
|
|
|
#
|
2014-03-05 15:43:50 +01:00
|
|
|
|
|
|
|
if ARCH_BOARD_COMPALE99
|
|
|
|
|
|
|
|
config COMPALE99_LCD_SSD1783
|
|
|
|
bool "SSD1783 LCD support"
|
|
|
|
default y
|
|
|
|
select LCD
|
|
|
|
|
|
|
|
endif
|