summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-04 15:28:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-04 15:28:56 +0000
commitcc40e89b3b02463da86d57e225fda95e745c779b (patch)
tree0453a5ab519367fc7fce607bc9bad010d8342b0c /nuttx/arch
parentc2e050b010291298bee7f99143afdbac5c8058cd (diff)
downloadpx4-nuttx-cc40e89b3b02463da86d57e225fda95e745c779b.tar.gz
px4-nuttx-cc40e89b3b02463da86d57e225fda95e745c779b.tar.bz2
px4-nuttx-cc40e89b3b02463da86d57e225fda95e745c779b.zip
Kconfig changes + back out part of last check-in: The 2STOP setting must be integer 0/1, not boolean
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5086 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/lpc43xx/Kconfig24
-rw-r--r--nuttx/arch/arm/src/stm32/Kconfig36
-rw-r--r--nuttx/arch/mips/src/pic32mx/Kconfig36
3 files changed, 48 insertions, 48 deletions
diff --git a/nuttx/arch/arm/src/lpc43xx/Kconfig b/nuttx/arch/arm/src/lpc43xx/Kconfig
index 920b601c4..68d705e3e 100644
--- a/nuttx/arch/arm/src/lpc43xx/Kconfig
+++ b/nuttx/arch/arm/src/lpc43xx/Kconfig
@@ -331,10 +331,10 @@ config USART0_PARITY
0=no parity, 1=odd parity, 2=even parity
config USART0_2STOP
- bool "USART0 two stop bits"
- default n
+ int "USART0 two stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
endmenu
@@ -380,10 +380,10 @@ config UART1_PARITY
0=no parity, 1=odd parity, 2=even parity
config UART1_2STOP
- bool "UART1 two stop bits"
- default n
+ int "UART1 two stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
endmenu
@@ -429,10 +429,10 @@ config USART2_PARITY
0=no parity, 1=odd parity, 2=even parity
config USART2_2STOP
- bool "USART2 two stop bits"
- default n
+ int "USART2 two stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
endmenu
@@ -478,10 +478,10 @@ config USART3_PARITY
0=no parity, 1=odd parity, 2=even parity
config USART3_2STOP
- bool "USART3 two stop bits"
- default n
+ int "USART3 two stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
endmenu
diff --git a/nuttx/arch/arm/src/stm32/Kconfig b/nuttx/arch/arm/src/stm32/Kconfig
index c3130864c..695fe8e94 100644
--- a/nuttx/arch/arm/src/stm32/Kconfig
+++ b/nuttx/arch/arm/src/stm32/Kconfig
@@ -1462,10 +1462,10 @@ config USART1_PARITY
0=no parity, 1=odd parity, 2=even parity
config USART1_2STOP
- bool "USART1 two stop bits"
- default n
+ int "USART1 two stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
config USART1_RXDMA
bool "USART1 Rx DMA"
@@ -1518,10 +1518,10 @@ config USART2_PARITY
0=no parity, 1=odd parity, 2=even parity
config USART2_2STOP
- bool "USART2 two stop bits"
- default n
+ int "USART2 two stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
config USART2_RXDMA
bool "USART2 Rx DMA"
@@ -1574,10 +1574,10 @@ config USART3_PARITY
0=no parity, 1=odd parity, 2=even parity
config USART3_2STOP
- bool "USART3 two stop bits"
- default n
+ int "USART3 two stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
config USART3_RXDMA
bool "USART3 Rx DMA"
@@ -1630,10 +1630,10 @@ config UART4_PARITY
0=no parity, 1=odd parity, 2=even parity
config UART4_2STOP
- bool "UART4 two stop bits"
- default n
+ int "UART4 two stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
config UART4_RXDMA
bool "UART4 Rx DMA"
@@ -1686,10 +1686,10 @@ config UART5_PARITY
0=no parity, 1=odd parity, 2=even parity
config UART5_2STOP
- bool "UART5 two stop bits"
- default n
+ int "UART5 two stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
config UART5_RXDMA
bool "UART5 Rx DMA"
@@ -1742,10 +1742,10 @@ config USART6_PARITY
0=no parity, 1=odd parity, 2=even parity
config USART6_2STOP
- bool "USART6 two stop bits"
- default n
+ int "USART6 two stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
config USART6_RXDMA
bool "USART6 Rx DMA"
diff --git a/nuttx/arch/mips/src/pic32mx/Kconfig b/nuttx/arch/mips/src/pic32mx/Kconfig
index 5c17f72c1..7c2c9bb23 100644
--- a/nuttx/arch/mips/src/pic32mx/Kconfig
+++ b/nuttx/arch/mips/src/pic32mx/Kconfig
@@ -946,10 +946,10 @@ config UART1_PARITY
0=no parity, 1=odd parity, 2=even parity
config UART1_2STOP
- bool "UART1 2 stop bits"
- default n
+ int "UART1 2 stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
endmenu
@@ -993,10 +993,10 @@ config UART2_PARITY
0=no parity, 1=odd parity, 2=even parity
config UART2_2STOP
- bool "UART2 2 stop bits"
- default n
+ int "UART2 2 stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
endmenu
@@ -1040,10 +1040,10 @@ config UART3_PARITY
0=no parity, 1=odd parity, 2=even parity
config UART3_2STOP
- bool "UART3 2 stop bits"
- default n
+ int "UART3 2 stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
endmenu
@@ -1087,10 +1087,10 @@ config UART4_PARITY
0=no parity, 1=odd parity, 2=even parity
config UART4_2STOP
- bool "UART4 2 stop bits"
- default n
+ int "UART4 2 stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
endmenu
@@ -1134,10 +1134,10 @@ config UART5_PARITY
0=no parity, 1=odd parity, 2=even parity
config UART5_2STOP
- bool "UART5 2 stop bits"
- default n
+ int "UART5 2 stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
endmenu
@@ -1181,10 +1181,10 @@ config UART6_PARITY
0=no parity, 1=odd parity, 2=even parity
config UART6_2STOP
- bool "UART6 2 stop bits"
- default n
+ int "UART6 2 stop bits"
+ default 0
---help---
- Two stop bits
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
endmenu