From b1bb829bbf07e59acb1aecf24c514901b32752e2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 18 Sep 2008 14:48:26 +0000 Subject: ARM architecture supports lowconsole git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@930 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/sim/pashello/defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/configs/sim/pashello') diff --git a/nuttx/configs/sim/pashello/defconfig b/nuttx/configs/sim/pashello/defconfig index bfddb43c3..a75275f6a 100644 --- a/nuttx/configs/sim/pashello/defconfig +++ b/nuttx/configs/sim/pashello/defconfig @@ -80,6 +80,8 @@ CONFIG_ARCH_BOARD_SIM=y # Used to initialize the internal time logic. # CONFIG_DEV_CONSOLE - Set if architecture-specific logic # provides /dev/console. Enables stdout, stderr, stdin. +# CONFIG_DEV_LOWCONSOLE - Use the simple, low-level serial console +# driver (minimul support) # CONFIG_EXAMPLE=pashello CONFIG_DEBUG=n @@ -94,6 +96,7 @@ CONFIG_START_MONTH=2 CONFIG_START_DAY=27 CONFIG_JULIAN_TIME=n CONFIG_DEV_CONSOLE=y +CONFIG_DEV_LOWCONSOLE=n # # The following can be used to disable categories of -- cgit v1.2.3