Should fix a warning about unmet dependencies in 'make menuconfig'

This commit is contained in:
Gregory Nutt 2016-05-25 10:17:42 -06:00
parent 52c6cb1799
commit 55faa87188

View File

@ -376,7 +376,7 @@ endif # IOEXPANDER
menuconfig LCD
bool "LCD Driver Support"
default n
select NX_LCDDRIVER
select NX_LCDDRIVER if NX
---help---
Drivers for parallel and serial LCD and OLED type devices. These
drivers support interfaces as defined in include/nuttx/lcd/lcd.h