From d870b7c875b937810063262c31c9ec14b6178890 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 18 Aug 2012 22:57:17 +0000 Subject: 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 --- nuttx/configs/stm3210e-eval/Kconfig | 29 +--------------------- nuttx/configs/stm3220g-eval/Kconfig | 49 +------------------------------------ nuttx/configs/stm3240g-eval/Kconfig | 49 +------------------------------------ 3 files changed, 3 insertions(+), 124 deletions(-) (limited to 'nuttx/configs') 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" diff --git a/nuttx/configs/stm3220g-eval/Kconfig b/nuttx/configs/stm3220g-eval/Kconfig index e248d2e68..200cb11c1 100644 --- a/nuttx/configs/stm3220g-eval/Kconfig +++ b/nuttx/configs/stm3220g-eval/Kconfig @@ -26,54 +26,7 @@ config ARCH_IRQBUTTONS config STM3220G_LCD bool "Select support for the STM3210E-EVAL LCD" default y - depends on STM32_FSMC - -choice - prompt "STM3220G-EVAL LCD Orientation" - default LCD_LANDSCAPE - depends on STM3220G_LCD - -config LCD_LANDSCAPE - bool "320x240 landscape display" - ---help--- - Define for 320x240 display "landscape" support. Default is this 320x240 - "landscape" orientation. - - For the STM3220G-EVAL board, the edge opposite from the row of buttons - is used as the top of the display in this orientation. - -config LCD_RLANDSCAPE - bool "320x240 reverse landscape display" - ---help--- - Define for 320x240 display "reverse landscape" support. Default is this 320x240 - "landscape" orientation. - - For the STM3220G-EVAL board, the edge next to the row of buttons - is used as the top of the display in this orientation. - -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. - - In this orientation, the top of the display is to the left - of the buttons (if the board is held so that the buttons are at the - botton of the board). - -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. - - In this orientation, the top of the display is to the right - of the buttons (if the board is held so that the buttons are at the - botton of the board). - -endchoice + depends on LCD && STM32_FSMC config LCD_RDSHIFT int "LCD data shift" diff --git a/nuttx/configs/stm3240g-eval/Kconfig b/nuttx/configs/stm3240g-eval/Kconfig index af84f9192..e3ad59df8 100644 --- a/nuttx/configs/stm3240g-eval/Kconfig +++ b/nuttx/configs/stm3240g-eval/Kconfig @@ -26,54 +26,7 @@ config ARCH_IRQBUTTONS config STM3240G_LCD bool "Select support for the STM3210E-EVAL LCD" default y - depends on STM32_FSMC - -choice - prompt "STM3240G-EVAL LCD Orientation" - default LCD_LANDSCAPE - depends on STM3240G_LCD - -config LCD_LANDSCAPE - bool "320x240 landscape display" - ---help--- - Define for 320x240 display "landscape" support. Default is this 320x240 - "landscape" orientation. - - For the STM3240G-EVAL board, the edge opposite from the row of buttons - is used as the top of the display in this orientation. - -config LCD_RLANDSCAPE - bool "320x240 reverse landscape display" - ---help--- - Define for 320x240 display "reverse landscape" support. Default is this 320x240 - "landscape" orientation. - - For the STM3240G-EVAL board, the edge next to the row of buttons - is used as the top of the display in this orientation. - -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. - - In this orientation, the top of the display is to the left - of the buttons (if the board is held so that the buttons are at the - botton of the board). - -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. - - In this orientation, the top of the display is to the right - of the buttons (if the board is held so that the buttons are at the - botton of the board). - -endchoice + depends on LCD && STM32_FSMC config LCD_RDSHIFT int "LCD data shift" -- cgit v1.2.3