summaryrefslogblamecommitdiff
path: root/nuttx/configs/compal_e99/Kconfig
blob: 66bfd6bb4dade7f7a6b7b82b7ae6ad6e158c3807 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

                                                             
                                      
 








                                  
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

if ARCH_BOARD_COMPALE99

config COMPALE99_LCD_SSD1783
	bool "SSD1783 LCD support"
	default y
	select LCD

endif