summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-18 22:57:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-18 22:57:17 +0000
commitd870b7c875b937810063262c31c9ec14b6178890 (patch)
tree3a1837d06b10e73f59d647842a091433bda334d7 /nuttx/configs/stm3210e-eval/Kconfig
parentfc95d9efcf01e283aa69151af5b65244c9fbe287 (diff)
downloadpx4-nuttx-d870b7c875b937810063262c31c9ec14b6178890.tar.gz
px4-nuttx-d870b7c875b937810063262c31c9ec14b6178890.tar.bz2
px4-nuttx-d870b7c875b937810063262c31c9ec14b6178890.zip
Move duplicate LCD orieations settings from configs/*/Kconfig to drivers/lcd/Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5036 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/Kconfig')
-rw-r--r--nuttx/configs/stm3210e-eval/Kconfig29
1 files changed, 1 insertions, 28 deletions
diff --git a/nuttx/configs/stm3210e-eval/Kconfig b/nuttx/configs/stm3210e-eval/Kconfig
index a40a7548b..ba366f93d 100644
--- a/nuttx/configs/stm3210e-eval/Kconfig
+++ b/nuttx/configs/stm3210e-eval/Kconfig
@@ -28,34 +28,7 @@ config ARCH_IRQBUTTONS
config STM3210E_LCD
bool "Select support for the STM3210E-EVAL LCD"
default y
- depends on STM32_FSMC
-
-choice
- prompt "STM3210E-EVAL LCD Orientation"
- default LCD_LANDSCAPE
- depends on STM3210E_LCD
-
-config LCD_LANDSCAPE
- bool "320x240 landscape display"
- ---help---
- Define for 320x240 display "landscape" support. Default is this 320x240
- "landscape" orientation (this setting is informative only... not used).
-
-config LCD_PORTRAIT
- bool "240x320 portrait display"
- ---help---
- Define for 240x320 display "portrait" orientation support. In this
- orientation, the STM3210E-EVAL's LCD ribbon cable is at the bottom of
- the display. Default is 320x240 "landscape" orientation.
-
-config LCD_RPORTRAIT
- bool "240x320 reverse portrait display"
- ---help---
- Define for 240x320 display "reverse portrait" orientation support. In
- this orientation, the STM3210E-EVAL's LCD ribbon cable is at the top
- of the display. Default is 320x240 "landscape" orientation.
-
-endchoice
+ depends on LCD && STM32_FSMC
config LCD_BACKLIGHT
bool "LCD backlight support"