Minor updates to Kconfig and README files

This commit is contained in:
Gregory Nutt 2013-05-17 07:37:09 -06:00
parent 3e8e275b53
commit 60224247dd

View File

@ -517,7 +517,13 @@ HY-Mini specific Configuration Options
CONFIG_CAN_REGDEBUG - If CONFIG_DEBUG is set, this will generate an
dump of all CAN registers.
HY-MiniSTM32V LCD Hardware Configuration (SSD1289 controler)
HY-MiniSTM32V LCD Hardware Configuration. The HY-Mini board may be delivered with
either an SSD1289 or an R61505U LCD controller.
CONFIG_LCD_R61505U - Selects the R61505U LCD controller.
CONFIG_LCD_SSD1289 - Selects the SSD1289 LCD controller.
The following options apply for either LCD controller:
CONFIG_NX_LCDDRIVER - To be defined to include LCD driver
CONFIG_LCD_LANDSCAPE - Define for 320x240 display "landscape"
@ -536,7 +542,6 @@ HY-Mini specific Configuration Options
using timer 3. The granularity of the settings is determined
by CONFIG_LCD_MAXPOWER. Requires CONFIG_STM32_TIM3.
Configurations
==============