You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2023/01/19 07:21:41 UTC

[nuttx] branch master updated: tm4c1294-launchpad/Kconfig: Fix warning: defaults for choice values not supported

This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b1e0ad1c4 tm4c1294-launchpad/Kconfig: Fix warning: defaults for choice values not supported
6b1e0ad1c4 is described below

commit 6b1e0ad1c421658226f7af119e6636d02bc7c1c1
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Wed Jan 18 19:07:29 2023 +0800

    tm4c1294-launchpad/Kconfig: Fix warning: defaults for choice values not supported
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 boards/arm/tiva/tm4c1294-launchpad/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/boards/arm/tiva/tm4c1294-launchpad/Kconfig b/boards/arm/tiva/tm4c1294-launchpad/Kconfig
index 6b28e98da6..15584a4f99 100644
--- a/boards/arm/tiva/tm4c1294-launchpad/Kconfig
+++ b/boards/arm/tiva/tm4c1294-launchpad/Kconfig
@@ -87,12 +87,10 @@ choice
 	
 config TM4C1294_LAUNCHPAD_UART2_RX_A6
 	bool "Use A6 as UART Rx pin"
-	default n
 	depends on TIVA_UART2 && !TM4C1294_LAUNCHPAD_JUMPERS_CAN
 	
 config TM4C1294_LAUNCHPAD_UART2_RX_D4
 	bool "Use D4 as UART Rx pin"
-	default n
 	depends on TIVA_UART2
 	
 endchoice # UART2 Rx pin selection
@@ -104,12 +102,10 @@ choice
 	
 config TM4C1294_LAUNCHPAD_UART2_TX_A7
 	bool "Use A7 as UART Tx pin"
-	default n
 	depends on TIVA_UART2 && !TM4C1294_LAUNCHPAD_JUMPERS_CAN
 	
 config TM4C1294_LAUNCHPAD_UART2_TX_D5
 	bool "Use D5 as UART Tx pin"
-	default n
 	depends on TIVA_UART2
 	
 endchoice # UART2 Tx pin selection