mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Should fix a warning about unmet dependencies in 'make menuconfig'
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user