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:
parent
e0248914ac
commit
1c7918916c
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user