Skip to content
Snippets Groups Projects
Commit 55faa871 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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

parent 52c6cb17
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment