Improve console configuration settings

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1518 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-02-19 02:26:04 +00:00
parent e0248914ac
commit 1c7918916c
2 changed files with 5 additions and 1 deletions

View File

@ -119,6 +119,10 @@ CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=0
#
# Enable LCD console
CONFIG_LCD_CONSOLE=y
#
# General build options
#

View File

@ -56,7 +56,7 @@
# undef HAVE_SERIALCONSOLE
#endif
#if !defined(HAVE_SERIALCONSOLE) && defined(CONFIG_ARCH_LCD)
#if !defined(HAVE_SERIALCONSOLE) && defined(CONFIG_ARCH_LCD) && defined(CONFIG_LCD_CONSOLE)
/************************************************************************************
* Definitions