From 2f9b4b1b8442cc00e72716320fe72e9b8a3e3445 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 20 Aug 2012 00:57:14 +0000 Subject: [PATCH] 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 --- configs/stm3210e-eval/Kconfig | 3 +++ configs/stm3220g-eval/Kconfig | 3 +++ configs/stm3240g-eval/Kconfig | 3 +++ 3 files changed, 9 insertions(+) diff --git a/configs/stm3210e-eval/Kconfig b/configs/stm3210e-eval/Kconfig index ba366f93d4..1af4dcd35a 100644 --- a/configs/stm3210e-eval/Kconfig +++ b/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/configs/stm3220g-eval/Kconfig b/configs/stm3220g-eval/Kconfig index 200cb11c17..3f4ef350c4 100644 --- a/configs/stm3220g-eval/Kconfig +++ b/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/configs/stm3240g-eval/Kconfig b/configs/stm3240g-eval/Kconfig index e3ad59df85..9c56a5381b 100644 --- a/configs/stm3240g-eval/Kconfig +++ b/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"