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