From 55faa87188553b76fce1e9ed6c7c2ce6c50a83ea Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 May 2016 10:17:42 -0600 Subject: [PATCH] Should fix a warning about unmet dependencies in 'make menuconfig' --- drivers/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/Kconfig b/drivers/Kconfig index 31c5b1e7a82..75c162dbb8b 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -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