14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
#
|
|
# 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
|