summaryrefslogtreecommitdiff
path: root/nuttx/drivers
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/drivers
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/drivers')
-rw-r--r--nuttx/drivers/serial/Kconfig24
1 files changed, 12 insertions, 12 deletions
diff --git a/nuttx/drivers/serial/Kconfig b/nuttx/drivers/serial/Kconfig
index b8867bd3f..96052fad3 100644
--- a/nuttx/drivers/serial/Kconfig
+++ b/nuttx/drivers/serial/Kconfig
@@ -44,10 +44,10 @@ config 16550_UART0_BITS
16550 UART0 number of bits. Default: 8
config 16550_UART0_2STOP
- bool "16550 UART0 two stop bits"
- default n
+ int "16550 UART0 two stop bits"
+ default 0
---help---
- 16550 UART0 two stop bits. Default: 1
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
config 16550_UART0_RXBUFSIZE
int "16550 UART0 Rx buffer size"
@@ -94,10 +94,10 @@ config 16550_UART1_BITS
16550 UART1 number of bits. Default: 8
config 16550_UART1_2STOP
- bool "16550 UART1 two stop bits"
- default n
+ int "16550 UART1 two stop bits"
+ default 0
---help---
- 16550 UART1 two stop bits. Default: 1
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
config 16550_UART1_RXBUFSIZE
int "16550 UART1 Rx buffer size"
@@ -144,10 +144,10 @@ config 16550_UART2_BITS
16550 UART2 number of bits. Default: 8
config 16550_UART2_2STOP
- bool "16550 UART2 two stop bits"
- default n
+ int "16550 UART2 two stop bits"
+ default 0
---help---
- 16550 UART2 two stop bits. Default: 1
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
config 16550_UART2_RXBUFSIZE
int "16550 UART2 Rx buffer size"
@@ -194,10 +194,10 @@ config 16550_UART3_BITS
16550 UART3 number of bits. Default: 8
config 16550_UART3_2STOP
- bool "16550 UART3 two stop bits"
- default n
+ int "16550 UART3 two stop bits"
+ default 0
---help---
- 16550 UART3 two stop bits. Default: 1
+ 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
config 16550_UART3_RXBUFSIZE
int "16550 UART3 Rx buffer size"