diff --git a/configs/stm3210e-eval/README.txt b/configs/stm3210e-eval/README.txt
index 7dedd828b481548f893394d9a872566f7c7de774..70e40b6949b6971f3c27d2c7c46e2ee967e56602 100755
--- a/configs/stm3210e-eval/README.txt
+++ b/configs/stm3210e-eval/README.txt
@@ -410,10 +410,17 @@ STM3210E-EVAL-specific Configuration Options
 
   STM3210E-EVAL LCD Hardware Configuration
 
-	CONFIG_LCD_LANDSCAPE - Define for 320x240 display support.
-	  Default is 320x240 (this setting is informative only... not used).
-	CONFIG_LCD_PORTRAIT - Define for 240x320 display support.
-	  Default is 320x240.
+	CONFIG_LCD_LANDSCAPE - Define for 320x240 display "landscape"
+      support. Default is this 320x240 "landscape" orientation
+      (this setting is informative only... not used).
+	CONFIG_LCD_PORTRAIT - 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 - 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.
     CONFIG_LCD_BACKLIGHT - Define to support an adjustable backlight
       using timer 1.  The granularity of the settings is determined
       by CONFIG_LCD_MAXPOWER.  Requires CONFIG_STM32_TIM1.
diff --git a/configs/stm3210e-eval/nx/defconfig b/configs/stm3210e-eval/nx/defconfig
index eb4a684a2f8354362b92f22f6ec802292521b9cf..60f86875dfbf4fe1134f09ed404f90edb3b11d74 100644
--- a/configs/stm3210e-eval/nx/defconfig
+++ b/configs/stm3210e-eval/nx/defconfig
@@ -812,10 +812,17 @@ CONFIG_NX_MXCLIENTMSGS=16
 #
 # STM3210E-EVAL LCD Hardware Configuration
 #
-# CONFIG_LCD_LANDSCAPE - Define for 320x240 display support.
-#   Default is 320x240 (this setting is informative only... not necessary).
-# CONFIG_LCD_PORTRAIT - Define for 240x320 display support.
-#   Default is 320x240.
+# CONFIG_LCD_LANDSCAPE - Define for 320x240 display "landscape"
+#   support. Default is this 320x240 "landscape" orientation
+#   (this setting is informative only... not used).
+# CONFIG_LCD_PORTRAIT - 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 - 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.
 # CONFIG_LCD_BACKLIGHT - Define to support an adjustable backlight
 #   using timer 1.  The granularity of the settings is determined
 #   by CONFIG_LCD_MAXPOWER.  Requires CONFIG_STM32_TIM1.
diff --git a/configs/stm3210e-eval/nxtext/defconfig b/configs/stm3210e-eval/nxtext/defconfig
index 407e9d06b721bf93e6c39b9faeaa6ea33e78e9fb..a2ddaa218238d5bef477872b88e94b247cf779eb 100644
--- a/configs/stm3210e-eval/nxtext/defconfig
+++ b/configs/stm3210e-eval/nxtext/defconfig
@@ -812,10 +812,17 @@ CONFIG_NX_MXCLIENTMSGS=16
 #
 # STM3210E-EVAL LCD Hardware Configuration
 #
-# CONFIG_LCD_LANDSCAPE - Define for 320x240 display support.
-#   Default is 320x240 (this setting is informative only... not necessary).
-# CONFIG_LCD_PORTRAIT - Define for 240x320 display support.
-#   Default is 320x240.
+# CONFIG_LCD_LANDSCAPE - Define for 320x240 display "landscape"
+#   support. Default is this 320x240 "landscape" orientation
+#   (this setting is informative only... not used).
+# CONFIG_LCD_PORTRAIT - 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 - 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.
 # CONFIG_LCD_BACKLIGHT - Define to support an adjustable backlight
 #   using timer 1.  The granularity of the settings is determined
 #   by CONFIG_LCD_MAXPOWER.  Requires CONFIG_STM32_TIM1.