drivers/lcd: Don't select NX_LCDDRIVER automatically
since graphics/Kconfig already do the similar thing Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: Ib2c1955a6b027cfa4e83c3b81ddfb505902dd85d
This commit is contained in:
parent
6be8dd420c
commit
da6bb94740
|
@ -8,7 +8,6 @@ menu "LCD Driver Support"
|
|||
menuconfig LCD
|
||||
bool "Graphic LCD Driver Support"
|
||||
default n
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue