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
This commit is contained in:
parent
15b532b7b7
commit
2f9b4b1b84
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user