summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-20 00:57:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-20 00:57:14 +0000
commite731679a6b732caec6cf7c0d4be3555e50a31688 (patch)
tree0f4a1a63d0d6f66a3083d632352cada1b419a497 /nuttx/drivers
parentd870b7c875b937810063262c31c9ec14b6178890 (diff)
downloadpx4-nuttx-e731679a6b732caec6cf7c0d4be3555e50a31688.tar.gz
px4-nuttx-e731679a6b732caec6cf7c0d4be3555e50a31688.tar.bz2
px4-nuttx-e731679a6b732caec6cf7c0d4be3555e50a31688.zip
Progress on STM32 OTG FS host driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5037 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/drivers/Kconfig b/nuttx/drivers/Kconfig
index 6d4c5fc6a..f89862650 100644
--- a/nuttx/drivers/Kconfig
+++ b/nuttx/drivers/Kconfig
@@ -182,6 +182,10 @@ menuconfig LCD
Drivers for parallel and serial LCD and OLED type devices. These
drivers support interfaces as defined in include/nuttx/lcd/lcd.h
+ This selection is necessary to enable support for LCD drivers in
+ drivers/lcd as well as for board-specific LCD drivers in the configs/
+ subdirectories.
+
if LCD
source drivers/lcd/Kconfig
endif