From 2fcec7e80c3befa1b6f87e6dd30f3972ffa29f1f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 2 Dec 2013 17:21:46 -0600 Subject: [PATCH] Kconfigs: Fix and issue with SERCOMM_CONSOLE being define in two places --- arch/arm/src/calypso/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/src/calypso/Kconfig b/arch/arm/src/calypso/Kconfig index 0beb5cc5620..ac6179171ca 100644 --- a/arch/arm/src/calypso/Kconfig +++ b/arch/arm/src/calypso/Kconfig @@ -97,8 +97,10 @@ choice prompt "Serial Console Selection" default SERIAL_CONSOLE_NONE -config SERCOMM_CONSOLE +# See drivers/Kconfig +config USE_SERCOMM_CONSOLE bool "SERCOMM console" + select SERCOMM_CONSOLE config SERIAL_MODEM_CONSOLE bool "Serial console on modem UART"