summaryrefslogtreecommitdiff
path: root/nuttx/configs
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/configs
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/configs')
-rw-r--r--nuttx/configs/stm3210e-eval/Kconfig3
-rw-r--r--nuttx/configs/stm3220g-eval/Kconfig3
-rw-r--r--nuttx/configs/stm3240g-eval/Kconfig3
3 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/Kconfig b/nuttx/configs/stm3210e-eval/Kconfig
index ba366f93d..1af4dcd35 100644
--- a/nuttx/configs/stm3210e-eval/Kconfig
+++ b/nuttx/configs/stm3210e-eval/Kconfig
@@ -29,6 +29,9 @@ config STM3210E_LCD
bool "Select support for the STM3210E-EVAL LCD"
default y
depends on LCD && STM32_FSMC
+ ---help---
+ Enable support for the LCD on the STM3210E-EVAL board. See additional,
+ LCD-common settings in the drivers/lcd Kconfig file.
config LCD_BACKLIGHT
bool "LCD backlight support"
diff --git a/nuttx/configs/stm3220g-eval/Kconfig b/nuttx/configs/stm3220g-eval/Kconfig
index 200cb11c1..3f4ef350c 100644
--- a/nuttx/configs/stm3220g-eval/Kconfig
+++ b/nuttx/configs/stm3220g-eval/Kconfig
@@ -27,6 +27,9 @@ config STM3220G_LCD
bool "Select support for the STM3210E-EVAL LCD"
default y
depends on LCD && STM32_FSMC
+ ---help---
+ Enable support for the LCD on the STM3220G-EVAL board. See additional,
+ LCD-common settings in the drivers/lcd Kconfig file.
config LCD_RDSHIFT
int "LCD data shift"
diff --git a/nuttx/configs/stm3240g-eval/Kconfig b/nuttx/configs/stm3240g-eval/Kconfig
index e3ad59df8..9c56a5381 100644
--- a/nuttx/configs/stm3240g-eval/Kconfig
+++ b/nuttx/configs/stm3240g-eval/Kconfig
@@ -27,6 +27,9 @@ config STM3240G_LCD
bool "Select support for the STM3210E-EVAL LCD"
default y
depends on LCD && STM32_FSMC
+ ---help---
+ Enable support for the LCD on the STM3240G-EVAL board. See additional,
+ LCD-common settings in the drivers/lcd Kconfig file.
config LCD_RDSHIFT
int "LCD data shift"