diff --git a/arch/arm/src/lpc43xx/Kconfig b/arch/arm/src/lpc43xx/Kconfig index 920b601c406..68d705e3ef2 100644 --- a/arch/arm/src/lpc43xx/Kconfig +++ b/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/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig index c3130864cb8..695fe8e94d8 100644 --- a/arch/arm/src/stm32/Kconfig +++ b/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/arch/mips/src/pic32mx/Kconfig b/arch/mips/src/pic32mx/Kconfig index 5c17f72c108..7c2c9bb23d8 100644 --- a/arch/mips/src/pic32mx/Kconfig +++ b/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 diff --git a/configs/amber/hello/defconfig b/configs/amber/hello/defconfig index 55b37bd9b8f..a6b5728252c 100644 --- a/configs/amber/hello/defconfig +++ b/configs/amber/hello/defconfig @@ -93,7 +93,7 @@ CONFIG_USART0_RXBUFSIZE=256 CONFIG_USART0_BAUD=38400 CONFIG_USART0_BITS=8 CONFIG_USART0_PARITY=0 -CONFIG_USART0_2STOP=n +CONFIG_USART0_2STOP=0 CONFIG_USART1_SERIAL_CONSOLE=n CONFIG_USART1_TXBUFSIZE=256 @@ -101,7 +101,7 @@ CONFIG_USART1_RXBUFSIZE=256 CONFIG_USART1_BAUD=38400 CONFIG_USART1_BITS=8 CONFIG_USART1_PARITY=0 -CONFIG_USART1_2STOP=n +CONFIG_USART1_2STOP=0 # # General build options diff --git a/configs/avr32dev1/nsh/defconfig b/configs/avr32dev1/nsh/defconfig index bffd38f3d69..dbb562eaef9 100755 --- a/configs/avr32dev1/nsh/defconfig +++ b/configs/avr32dev1/nsh/defconfig @@ -125,9 +125,9 @@ CONFIG_USART0_PARITY=0 CONFIG_USART1_PARITY=0 CONFIG_USART2_PARITY=0 -CONFIG_USART0_2STOP=n -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n +CONFIG_USART0_2STOP=0 +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 # # General build options diff --git a/configs/avr32dev1/ostest/defconfig b/configs/avr32dev1/ostest/defconfig index b022b25a37f..6d5aa4d08cc 100755 --- a/configs/avr32dev1/ostest/defconfig +++ b/configs/avr32dev1/ostest/defconfig @@ -125,9 +125,9 @@ CONFIG_USART0_PARITY=0 CONFIG_USART1_PARITY=0 CONFIG_USART2_PARITY=0 -CONFIG_USART0_2STOP=n -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n +CONFIG_USART0_2STOP=0 +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 # # General build options diff --git a/configs/c5471evm/httpd/defconfig b/configs/c5471evm/httpd/defconfig index 1b3298f93b8..adbd97d6d52 100644 --- a/configs/c5471evm/httpd/defconfig +++ b/configs/c5471evm/httpd/defconfig @@ -67,8 +67,8 @@ CONFIG_UART_IRDA_BITS=8 CONFIG_UART_MODEM_BITS=8 CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_MODEM_PARITY=0 -CONFIG_UART_IRDA_2STOP=n -CONFIG_UART_MODEM_2STOP=n +CONFIG_UART_IRDA_2STOP=0 +CONFIG_UART_MODEM_2STOP=0 # # C5471 Ethernet Driver settings diff --git a/configs/c5471evm/nettest/defconfig b/configs/c5471evm/nettest/defconfig index 8bf39e9d1d2..af9266863ac 100644 --- a/configs/c5471evm/nettest/defconfig +++ b/configs/c5471evm/nettest/defconfig @@ -75,8 +75,8 @@ CONFIG_UART_IRDA_BITS=8 CONFIG_UART_MODEM_BITS=8 CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_MODEM_PARITY=0 -CONFIG_UART_IRDA_2STOP=n -CONFIG_UART_MODEM_2STOP=n +CONFIG_UART_IRDA_2STOP=0 +CONFIG_UART_MODEM_2STOP=0 # # C5471 Ethernet Driver settings diff --git a/configs/c5471evm/nsh/defconfig b/configs/c5471evm/nsh/defconfig index d952f9415fa..a0a2264e4df 100644 --- a/configs/c5471evm/nsh/defconfig +++ b/configs/c5471evm/nsh/defconfig @@ -67,8 +67,8 @@ CONFIG_UART_IRDA_BITS=8 CONFIG_UART_MODEM_BITS=8 CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_MODEM_PARITY=0 -CONFIG_UART_IRDA_2STOP=n -CONFIG_UART_MODEM_2STOP=n +CONFIG_UART_IRDA_2STOP=0 +CONFIG_UART_MODEM_2STOP=0 # # C5471 Ethernet Driver settings diff --git a/configs/c5471evm/ostest/defconfig b/configs/c5471evm/ostest/defconfig index 56bd14bc748..5d3d70a221f 100644 --- a/configs/c5471evm/ostest/defconfig +++ b/configs/c5471evm/ostest/defconfig @@ -67,8 +67,8 @@ CONFIG_UART_IRDA_BITS=8 CONFIG_UART_MODEM_BITS=8 CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_MODEM_PARITY=0 -CONFIG_UART_IRDA_2STOP=n -CONFIG_UART_MODEM_2STOP=n +CONFIG_UART_IRDA_2STOP=0 +CONFIG_UART_MODEM_2STOP=0 # # C5471 Ethernet Driver settings diff --git a/configs/compal_e88/nsh_highram/defconfig b/configs/compal_e88/nsh_highram/defconfig index a4660ccdab6..30287a80d49 100644 --- a/configs/compal_e88/nsh_highram/defconfig +++ b/configs/compal_e88/nsh_highram/defconfig @@ -68,8 +68,8 @@ CONFIG_UART_IRDA_BITS=8 CONFIG_UART_MODEM_BITS=8 CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_MODEM_PARITY=0 -CONFIG_UART_IRDA_2STOP=n -CONFIG_UART_MODEM_2STOP=n +CONFIG_UART_IRDA_2STOP=0 +CONFIG_UART_MODEM_2STOP=0 CONFIG_STDIO_LINE_BUFFER=y # diff --git a/configs/compal_e99/nsh_compalram/defconfig b/configs/compal_e99/nsh_compalram/defconfig index 4fa607b37f5..a52e2aaf06d 100644 --- a/configs/compal_e99/nsh_compalram/defconfig +++ b/configs/compal_e99/nsh_compalram/defconfig @@ -71,8 +71,8 @@ CONFIG_UART_IRDA_BITS=8 CONFIG_UART_MODEM_BITS=8 CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_MODEM_PARITY=0 -CONFIG_UART_IRDA_2STOP=n -CONFIG_UART_MODEM_2STOP=n +CONFIG_UART_IRDA_2STOP=0 +CONFIG_UART_MODEM_2STOP=0 CONFIG_STDIO_LINE_BUFFER=y # diff --git a/configs/compal_e99/nsh_highram/defconfig b/configs/compal_e99/nsh_highram/defconfig index 75265697541..e5f997ebf75 100644 --- a/configs/compal_e99/nsh_highram/defconfig +++ b/configs/compal_e99/nsh_highram/defconfig @@ -71,8 +71,8 @@ CONFIG_UART_IRDA_BITS=8 CONFIG_UART_MODEM_BITS=8 CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_MODEM_PARITY=0 -CONFIG_UART_IRDA_2STOP=n -CONFIG_UART_MODEM_2STOP=n +CONFIG_UART_IRDA_2STOP=0 +CONFIG_UART_MODEM_2STOP=0 CONFIG_STDIO_LINE_BUFFER=y # diff --git a/configs/demo9s12ne64/ostest/defconfig b/configs/demo9s12ne64/ostest/defconfig index 68976ae8c9a..3a6faab74c7 100755 --- a/configs/demo9s12ne64/ostest/defconfig +++ b/configs/demo9s12ne64/ostest/defconfig @@ -77,7 +77,7 @@ CONFIG_SCI0_RXBUFSIZE=32 CONFIG_SCI0_BAUD=115200 CONFIG_SCI0_BITS=8 CONFIG_SCI0_PARITY=0 -CONFIG_SCI0_2STOP=n +CONFIG_SCI0_2STOP=0 CONFIG_SCI1_SERIAL_CONSOLE=n CONFIG_SCI1_TXBUFSIZE=32 @@ -85,7 +85,7 @@ CONFIG_SCI1_RXBUFSIZE=32 CONFIG_SCI1_BAUD=115200 CONFIG_SCI1_BITS=8 CONFIG_SCI1_PARITY=0 -CONFIG_SCI1_2STOP=n +CONFIG_SCI1_2STOP=0 # # MC9S12NEC64 specific SSI device driver settings diff --git a/configs/ea3131/nsh/defconfig b/configs/ea3131/nsh/defconfig index 4025ce90007..a50104ba4b9 100644 --- a/configs/ea3131/nsh/defconfig +++ b/configs/ea3131/nsh/defconfig @@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256 CONFIG_UART_BAUD=115200 CONFIG_UART_BITS=8 CONFIG_UART_PARITY=0 -CONFIG_UART_2STOP=n +CONFIG_UART_2STOP=0 # # General build options diff --git a/configs/ea3131/ostest/defconfig b/configs/ea3131/ostest/defconfig index 5581e2e88f9..2e76bebbd06 100644 --- a/configs/ea3131/ostest/defconfig +++ b/configs/ea3131/ostest/defconfig @@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256 CONFIG_UART_BAUD=115200 CONFIG_UART_BITS=8 CONFIG_UART_PARITY=0 -CONFIG_UART_2STOP=n +CONFIG_UART_2STOP=0 # # General build options diff --git a/configs/ea3131/pgnsh/defconfig b/configs/ea3131/pgnsh/defconfig index e609f35e65a..a28f1f82734 100644 --- a/configs/ea3131/pgnsh/defconfig +++ b/configs/ea3131/pgnsh/defconfig @@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256 CONFIG_UART_BAUD=115200 CONFIG_UART_BITS=8 CONFIG_UART_PARITY=0 -CONFIG_UART_2STOP=n +CONFIG_UART_2STOP=0 # # MP25x Configuration diff --git a/configs/ea3131/usbserial/defconfig b/configs/ea3131/usbserial/defconfig index 017be2404ed..abd2855dfd5 100644 --- a/configs/ea3131/usbserial/defconfig +++ b/configs/ea3131/usbserial/defconfig @@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256 CONFIG_UART_BAUD=115200 CONFIG_UART_BITS=8 CONFIG_UART_PARITY=0 -CONFIG_UART_2STOP=n +CONFIG_UART_2STOP=0 # # General build options diff --git a/configs/ea3131/usbstorage/defconfig b/configs/ea3131/usbstorage/defconfig index 3a04eab3725..1d4c5dfd491 100644 --- a/configs/ea3131/usbstorage/defconfig +++ b/configs/ea3131/usbstorage/defconfig @@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256 CONFIG_UART_BAUD=115200 CONFIG_UART_BITS=8 CONFIG_UART_PARITY=0 -CONFIG_UART_2STOP=n +CONFIG_UART_2STOP=0 # # General build options diff --git a/configs/ea3152/ostest/defconfig b/configs/ea3152/ostest/defconfig index a86ba4bf943..ebb9e637bd3 100644 --- a/configs/ea3152/ostest/defconfig +++ b/configs/ea3152/ostest/defconfig @@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256 CONFIG_UART_BAUD=115200 CONFIG_UART_BITS=8 CONFIG_UART_PARITY=0 -CONFIG_UART_2STOP=n +CONFIG_UART_2STOP=0 # # General build options diff --git a/configs/eagle100/httpd/defconfig b/configs/eagle100/httpd/defconfig index a0959b07698..eea8d657b88 100644 --- a/configs/eagle100/httpd/defconfig +++ b/configs/eagle100/httpd/defconfig @@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # LM3S6918 specific SSI device driver settings diff --git a/configs/eagle100/nettest/defconfig b/configs/eagle100/nettest/defconfig index 261b2dafec2..d52986372f5 100644 --- a/configs/eagle100/nettest/defconfig +++ b/configs/eagle100/nettest/defconfig @@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # LM3S6918 specific SSI device driver settings diff --git a/configs/eagle100/nsh/defconfig b/configs/eagle100/nsh/defconfig index e5d3608bb86..36212e59b72 100644 --- a/configs/eagle100/nsh/defconfig +++ b/configs/eagle100/nsh/defconfig @@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # LM3S6918 specific SSI device driver settings diff --git a/configs/eagle100/nxflat/defconfig b/configs/eagle100/nxflat/defconfig index 10ee50c4409..5835fbb4fd9 100644 --- a/configs/eagle100/nxflat/defconfig +++ b/configs/eagle100/nxflat/defconfig @@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # LM3S6918 specific SSI device driver settings diff --git a/configs/eagle100/ostest/defconfig b/configs/eagle100/ostest/defconfig index afccba390bc..0cf74408722 100644 --- a/configs/eagle100/ostest/defconfig +++ b/configs/eagle100/ostest/defconfig @@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # LM3S6918 specific SSI device driver settings diff --git a/configs/eagle100/thttpd/defconfig b/configs/eagle100/thttpd/defconfig index e7b91bc6f98..5493345cee1 100644 --- a/configs/eagle100/thttpd/defconfig +++ b/configs/eagle100/thttpd/defconfig @@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # LM3S6918 specific SSI device driver settings diff --git a/configs/ekk-lm3s9b96/nsh/defconfig b/configs/ekk-lm3s9b96/nsh/defconfig index 4d9c1c17831..7a12fd28b48 100644 --- a/configs/ekk-lm3s9b96/nsh/defconfig +++ b/configs/ekk-lm3s9b96/nsh/defconfig @@ -99,9 +99,9 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # LM3S6B96 specific SSI device driver settings diff --git a/configs/ekk-lm3s9b96/ostest/defconfig b/configs/ekk-lm3s9b96/ostest/defconfig index daced73603e..03c6574e2f3 100644 --- a/configs/ekk-lm3s9b96/ostest/defconfig +++ b/configs/ekk-lm3s9b96/ostest/defconfig @@ -99,9 +99,9 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # LM3S6B96 specific SSI device driver settings diff --git a/configs/ez80f910200kitg/ostest/defconfig b/configs/ez80f910200kitg/ostest/defconfig index 3ecc95f4b46..5947962bc1e 100644 --- a/configs/ez80f910200kitg/ostest/defconfig +++ b/configs/ez80f910200kitg/ostest/defconfig @@ -68,8 +68,8 @@ CONFIG_UART0_BAUD=57600 CONFIG_UART1_BAUD=57600 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # ez80 EMAC diff --git a/configs/ez80f910200zco/dhcpd/defconfig b/configs/ez80f910200zco/dhcpd/defconfig index c75c62a5ad6..64591ad5090 100644 --- a/configs/ez80f910200zco/dhcpd/defconfig +++ b/configs/ez80f910200zco/dhcpd/defconfig @@ -71,8 +71,8 @@ CONFIG_UART0_BITS=0 CONFIG_UART1_BITS=0 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # ez80 EMAC diff --git a/configs/ez80f910200zco/httpd/defconfig b/configs/ez80f910200zco/httpd/defconfig index 4c477713a15..bc8c3bb65f5 100644 --- a/configs/ez80f910200zco/httpd/defconfig +++ b/configs/ez80f910200zco/httpd/defconfig @@ -71,8 +71,8 @@ CONFIG_UART0_BITS=0 CONFIG_UART1_BITS=0 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # ez80 EMAC diff --git a/configs/ez80f910200zco/nettest/defconfig b/configs/ez80f910200zco/nettest/defconfig index 4b648563506..0a87a96e244 100644 --- a/configs/ez80f910200zco/nettest/defconfig +++ b/configs/ez80f910200zco/nettest/defconfig @@ -71,8 +71,8 @@ CONFIG_UART0_BITS=0 CONFIG_UART1_BITS=0 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # ez80 EMAC diff --git a/configs/ez80f910200zco/nsh/defconfig b/configs/ez80f910200zco/nsh/defconfig index a4fc9cfb0ac..4066d0ea7df 100644 --- a/configs/ez80f910200zco/nsh/defconfig +++ b/configs/ez80f910200zco/nsh/defconfig @@ -71,8 +71,8 @@ CONFIG_UART0_BITS=0 CONFIG_UART1_BITS=0 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # ez80 EMAC diff --git a/configs/ez80f910200zco/ostest/defconfig b/configs/ez80f910200zco/ostest/defconfig index 1a375c1ed18..11bba8dcfff 100644 --- a/configs/ez80f910200zco/ostest/defconfig +++ b/configs/ez80f910200zco/ostest/defconfig @@ -70,8 +70,8 @@ CONFIG_UART0_BITS=0 CONFIG_UART1_BITS=0 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # ez80 EMAC diff --git a/configs/ez80f910200zco/poll/defconfig b/configs/ez80f910200zco/poll/defconfig index 97f8a643360..8ac0dde3276 100644 --- a/configs/ez80f910200zco/poll/defconfig +++ b/configs/ez80f910200zco/poll/defconfig @@ -71,8 +71,8 @@ CONFIG_UART0_BITS=0 CONFIG_UART1_BITS=0 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # ez80 EMAC diff --git a/configs/hymini-stm32v/buttons/defconfig b/configs/hymini-stm32v/buttons/defconfig index 335d97fa8a3..5038643192f 100644 --- a/configs/hymini-stm32v/buttons/defconfig +++ b/configs/hymini-stm32v/buttons/defconfig @@ -149,11 +149,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/hymini-stm32v/nsh/defconfig b/configs/hymini-stm32v/nsh/defconfig index fa0b79e2f54..17aaf9f6cb6 100755 --- a/configs/hymini-stm32v/nsh/defconfig +++ b/configs/hymini-stm32v/nsh/defconfig @@ -147,11 +147,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103V specific SSI device driver settings diff --git a/configs/hymini-stm32v/nsh2/defconfig b/configs/hymini-stm32v/nsh2/defconfig index a0c61456992..54574b26c50 100644 --- a/configs/hymini-stm32v/nsh2/defconfig +++ b/configs/hymini-stm32v/nsh2/defconfig @@ -152,11 +152,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/hymini-stm32v/nx/defconfig b/configs/hymini-stm32v/nx/defconfig index 0e05696ceac..2d3d03832c0 100644 --- a/configs/hymini-stm32v/nx/defconfig +++ b/configs/hymini-stm32v/nx/defconfig @@ -147,11 +147,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103V specific SSI device driver settings diff --git a/configs/hymini-stm32v/nxlines/defconfig b/configs/hymini-stm32v/nxlines/defconfig index efb37bd3a07..1dc04c01341 100644 --- a/configs/hymini-stm32v/nxlines/defconfig +++ b/configs/hymini-stm32v/nxlines/defconfig @@ -151,11 +151,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103V specific SSI device driver settings diff --git a/configs/hymini-stm32v/usbserial/defconfig b/configs/hymini-stm32v/usbserial/defconfig index 1b96eb9c6d0..8f0e1f3d462 100755 --- a/configs/hymini-stm32v/usbserial/defconfig +++ b/configs/hymini-stm32v/usbserial/defconfig @@ -149,11 +149,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103V specific SSI device driver settings diff --git a/configs/hymini-stm32v/usbstorage/defconfig b/configs/hymini-stm32v/usbstorage/defconfig index 0ce6086919c..85627dfda53 100755 --- a/configs/hymini-stm32v/usbstorage/defconfig +++ b/configs/hymini-stm32v/usbstorage/defconfig @@ -148,11 +148,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103V specific SSI device driver settings diff --git a/configs/lincoln60/nsh/defconfig b/configs/lincoln60/nsh/defconfig index 4bf6b0bb9e5..907a86291a4 100644 --- a/configs/lincoln60/nsh/defconfig +++ b/configs/lincoln60/nsh/defconfig @@ -128,10 +128,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/lincoln60/ostest/defconfig b/configs/lincoln60/ostest/defconfig index b713cb0a22e..6d2ad64b785 100644 --- a/configs/lincoln60/ostest/defconfig +++ b/configs/lincoln60/ostest/defconfig @@ -134,10 +134,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/lm3s6432-s2e/nsh/defconfig b/configs/lm3s6432-s2e/nsh/defconfig index 42f44f74476..ebfa4aa49a8 100644 --- a/configs/lm3s6432-s2e/nsh/defconfig +++ b/configs/lm3s6432-s2e/nsh/defconfig @@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # LM3S6432 specific SSI device driver settings diff --git a/configs/lm3s6432-s2e/ostest/defconfig b/configs/lm3s6432-s2e/ostest/defconfig index 408c01c4c8d..84ea31b2c87 100644 --- a/configs/lm3s6432-s2e/ostest/defconfig +++ b/configs/lm3s6432-s2e/ostest/defconfig @@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # LM3S6432 specific SSI device driver settings diff --git a/configs/lm3s6965-ek/nsh/defconfig b/configs/lm3s6965-ek/nsh/defconfig index 58cfb2b045b..845978a48cb 100755 --- a/configs/lm3s6965-ek/nsh/defconfig +++ b/configs/lm3s6965-ek/nsh/defconfig @@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # LM3S6965 specific SSI device driver settings diff --git a/configs/lm3s6965-ek/nx/defconfig b/configs/lm3s6965-ek/nx/defconfig index d4482f6cc6d..53b54b56c19 100755 --- a/configs/lm3s6965-ek/nx/defconfig +++ b/configs/lm3s6965-ek/nx/defconfig @@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # LM3S6965 specific SSI device driver settings diff --git a/configs/lm3s6965-ek/ostest/defconfig b/configs/lm3s6965-ek/ostest/defconfig index f44187174cf..c06898463d6 100755 --- a/configs/lm3s6965-ek/ostest/defconfig +++ b/configs/lm3s6965-ek/ostest/defconfig @@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # LM3S6965 specific SSI device driver settings diff --git a/configs/lm3s8962-ek/nsh/defconfig b/configs/lm3s8962-ek/nsh/defconfig index 47a54d81ca0..8c7ac03c6ca 100755 --- a/configs/lm3s8962-ek/nsh/defconfig +++ b/configs/lm3s8962-ek/nsh/defconfig @@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # LM3S8962 specific SSI device driver settings diff --git a/configs/lm3s8962-ek/nx/defconfig b/configs/lm3s8962-ek/nx/defconfig index e61d7cb0e9c..5e0366af8a3 100755 --- a/configs/lm3s8962-ek/nx/defconfig +++ b/configs/lm3s8962-ek/nx/defconfig @@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # LM3S8962 specific SSI device driver settings diff --git a/configs/lm3s8962-ek/ostest/defconfig b/configs/lm3s8962-ek/ostest/defconfig index 44bcd00032f..6c554b8ad5e 100755 --- a/configs/lm3s8962-ek/ostest/defconfig +++ b/configs/lm3s8962-ek/ostest/defconfig @@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # LM3S8962 specific SSI device driver settings diff --git a/configs/lpc4330-xplorer/nsh/defconfig b/configs/lpc4330-xplorer/nsh/defconfig index 9169cd29bf2..db3474a4a6a 100644 --- a/configs/lpc4330-xplorer/nsh/defconfig +++ b/configs/lpc4330-xplorer/nsh/defconfig @@ -157,10 +157,10 @@ CONFIG_UART1_PARITY=0 CONFIG_USART2_PARITY=0 CONFIG_USART3_PARITY=0 -CONFIG_USART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n +CONFIG_USART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 # CONFIG_USART0_RS485MODE=n diff --git a/configs/lpc4330-xplorer/ostest/defconfig b/configs/lpc4330-xplorer/ostest/defconfig index 520dc23cffe..40af52c5a9b 100644 --- a/configs/lpc4330-xplorer/ostest/defconfig +++ b/configs/lpc4330-xplorer/ostest/defconfig @@ -155,10 +155,10 @@ CONFIG_UART1_PARITY=0 CONFIG_USART2_PARITY=0 CONFIG_USART3_PARITY=0 -CONFIG_USART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n +CONFIG_USART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 # CONFIG_USART0_RS485MODE=n diff --git a/configs/lpcxpresso-lpc1768/dhcpd/defconfig b/configs/lpcxpresso-lpc1768/dhcpd/defconfig index 7b6ce7ff2a2..681744b6e0c 100755 --- a/configs/lpcxpresso-lpc1768/dhcpd/defconfig +++ b/configs/lpcxpresso-lpc1768/dhcpd/defconfig @@ -130,10 +130,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/lpcxpresso-lpc1768/nsh/defconfig b/configs/lpcxpresso-lpc1768/nsh/defconfig index c9090cbb834..718e0713145 100755 --- a/configs/lpcxpresso-lpc1768/nsh/defconfig +++ b/configs/lpcxpresso-lpc1768/nsh/defconfig @@ -130,10 +130,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/lpcxpresso-lpc1768/nx/defconfig b/configs/lpcxpresso-lpc1768/nx/defconfig index 2c6da966101..839eb2c9afe 100755 --- a/configs/lpcxpresso-lpc1768/nx/defconfig +++ b/configs/lpcxpresso-lpc1768/nx/defconfig @@ -130,10 +130,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/lpcxpresso-lpc1768/ostest/defconfig b/configs/lpcxpresso-lpc1768/ostest/defconfig index b000e69d72c..da6da594837 100755 --- a/configs/lpcxpresso-lpc1768/ostest/defconfig +++ b/configs/lpcxpresso-lpc1768/ostest/defconfig @@ -130,10 +130,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/lpcxpresso-lpc1768/thttpd/defconfig b/configs/lpcxpresso-lpc1768/thttpd/defconfig index 538ecb881bc..8150d89f68d 100755 --- a/configs/lpcxpresso-lpc1768/thttpd/defconfig +++ b/configs/lpcxpresso-lpc1768/thttpd/defconfig @@ -130,10 +130,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/lpcxpresso-lpc1768/usbstorage/defconfig b/configs/lpcxpresso-lpc1768/usbstorage/defconfig index ffe545f6da0..8d0f34b44f2 100755 --- a/configs/lpcxpresso-lpc1768/usbstorage/defconfig +++ b/configs/lpcxpresso-lpc1768/usbstorage/defconfig @@ -130,10 +130,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/m68332evb/defconfig b/configs/m68332evb/defconfig index e652747d6d4..b05cf0d7b8b 100644 --- a/configs/m68332evb/defconfig +++ b/configs/m68332evb/defconfig @@ -58,8 +58,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/mbed/hidkbd/defconfig b/configs/mbed/hidkbd/defconfig index 80511aabbfa..4d0a0b0d59a 100644 --- a/configs/mbed/hidkbd/defconfig +++ b/configs/mbed/hidkbd/defconfig @@ -128,10 +128,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/mbed/nsh/defconfig b/configs/mbed/nsh/defconfig index 96f4454bfa2..0d40702939a 100755 --- a/configs/mbed/nsh/defconfig +++ b/configs/mbed/nsh/defconfig @@ -128,10 +128,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/mcu123-lpc214x/composite/defconfig b/configs/mcu123-lpc214x/composite/defconfig index b73737adc8c..62e75452b87 100644 --- a/configs/mcu123-lpc214x/composite/defconfig +++ b/configs/mcu123-lpc214x/composite/defconfig @@ -80,8 +80,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/mcu123-lpc214x/nsh/defconfig b/configs/mcu123-lpc214x/nsh/defconfig index 5589c5639d3..a1e16fe5298 100644 --- a/configs/mcu123-lpc214x/nsh/defconfig +++ b/configs/mcu123-lpc214x/nsh/defconfig @@ -80,8 +80,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/mcu123-lpc214x/ostest/defconfig b/configs/mcu123-lpc214x/ostest/defconfig index af801923a4e..3d179beec68 100644 --- a/configs/mcu123-lpc214x/ostest/defconfig +++ b/configs/mcu123-lpc214x/ostest/defconfig @@ -80,8 +80,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/mcu123-lpc214x/usbserial/defconfig b/configs/mcu123-lpc214x/usbserial/defconfig index b77aba3991a..9cf4e648345 100644 --- a/configs/mcu123-lpc214x/usbserial/defconfig +++ b/configs/mcu123-lpc214x/usbserial/defconfig @@ -80,8 +80,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/mcu123-lpc214x/usbstorage/defconfig b/configs/mcu123-lpc214x/usbstorage/defconfig index d655829ddcd..a27fad9d35b 100644 --- a/configs/mcu123-lpc214x/usbstorage/defconfig +++ b/configs/mcu123-lpc214x/usbstorage/defconfig @@ -80,8 +80,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/micropendous3/hello/defconfig b/configs/micropendous3/hello/defconfig index 9a43c5fcaf5..a76093424f9 100644 --- a/configs/micropendous3/hello/defconfig +++ b/configs/micropendous3/hello/defconfig @@ -96,7 +96,7 @@ CONFIG_USART1_RXBUFSIZE=256 CONFIG_USART1_BAUD=38400 CONFIG_USART1_BITS=8 CONFIG_USART1_PARITY=0 -CONFIG_USART1_2STOP=n +CONFIG_USART1_2STOP=0 # # General build options diff --git a/configs/mirtoo/nsh/defconfig b/configs/mirtoo/nsh/defconfig index 76cda2488d3..0ee9cc34e1a 100644 --- a/configs/mirtoo/nsh/defconfig +++ b/configs/mirtoo/nsh/defconfig @@ -153,8 +153,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options diff --git a/configs/mirtoo/nxffs/defconfig b/configs/mirtoo/nxffs/defconfig index 616f882cd34..a9dce182b96 100644 --- a/configs/mirtoo/nxffs/defconfig +++ b/configs/mirtoo/nxffs/defconfig @@ -153,8 +153,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options diff --git a/configs/mirtoo/ostest/defconfig b/configs/mirtoo/ostest/defconfig index 96eaeb25cc6..e830aefa06b 100644 --- a/configs/mirtoo/ostest/defconfig +++ b/configs/mirtoo/ostest/defconfig @@ -145,8 +145,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options diff --git a/configs/mx1ads/ostest/defconfig b/configs/mx1ads/ostest/defconfig index 30b5fe86817..f85910a9810 100644 --- a/configs/mx1ads/ostest/defconfig +++ b/configs/mx1ads/ostest/defconfig @@ -80,9 +80,9 @@ CONFIG_UART3_BITS=8 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # IMX specific SPI device driver settings diff --git a/configs/ne64badge/ostest/defconfig b/configs/ne64badge/ostest/defconfig index bbf41583fae..020dd5cc08a 100755 --- a/configs/ne64badge/ostest/defconfig +++ b/configs/ne64badge/ostest/defconfig @@ -83,7 +83,7 @@ CONFIG_SCI0_RXBUFSIZE=32 CONFIG_SCI0_BAUD=38400 CONFIG_SCI0_BITS=8 CONFIG_SCI0_PARITY=0 -CONFIG_SCI0_2STOP=n +CONFIG_SCI0_2STOP=0 CONFIG_SCI1_SERIAL_CONSOLE=n CONFIG_SCI1_TXBUFSIZE=32 @@ -91,7 +91,7 @@ CONFIG_SCI1_RXBUFSIZE=32 CONFIG_SCI1_BAUD=38400 CONFIG_SCI1_BITS=8 CONFIG_SCI1_PARITY=0 -CONFIG_SCI1_2STOP=n +CONFIG_SCI1_2STOP=0 # # MC9S12NEC64 specific SSI device driver settings diff --git a/configs/ntosd-dm320/nettest/defconfig b/configs/ntosd-dm320/nettest/defconfig index fbab35a7ab4..466f9e48178 100644 --- a/configs/ntosd-dm320/nettest/defconfig +++ b/configs/ntosd-dm320/nettest/defconfig @@ -79,8 +79,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/ntosd-dm320/nsh/defconfig b/configs/ntosd-dm320/nsh/defconfig index 436d324f997..48de4f76ae7 100644 --- a/configs/ntosd-dm320/nsh/defconfig +++ b/configs/ntosd-dm320/nsh/defconfig @@ -78,8 +78,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/ntosd-dm320/ostest/defconfig b/configs/ntosd-dm320/ostest/defconfig index aa4449b0a39..fcc5d2f2cc3 100644 --- a/configs/ntosd-dm320/ostest/defconfig +++ b/configs/ntosd-dm320/ostest/defconfig @@ -79,8 +79,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/ntosd-dm320/poll/defconfig b/configs/ntosd-dm320/poll/defconfig index f004093e494..ff2a193ab3b 100644 --- a/configs/ntosd-dm320/poll/defconfig +++ b/configs/ntosd-dm320/poll/defconfig @@ -79,8 +79,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/ntosd-dm320/thttpd/defconfig b/configs/ntosd-dm320/thttpd/defconfig index f0749ba2ffb..5e1d8f1c8d7 100644 --- a/configs/ntosd-dm320/thttpd/defconfig +++ b/configs/ntosd-dm320/thttpd/defconfig @@ -79,8 +79,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/ntosd-dm320/udp/defconfig b/configs/ntosd-dm320/udp/defconfig index e88fedcd5bc..9560255c470 100644 --- a/configs/ntosd-dm320/udp/defconfig +++ b/configs/ntosd-dm320/udp/defconfig @@ -79,8 +79,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/ntosd-dm320/uip/defconfig b/configs/ntosd-dm320/uip/defconfig index 9c5f0f0d1c3..046dd649711 100644 --- a/configs/ntosd-dm320/uip/defconfig +++ b/configs/ntosd-dm320/uip/defconfig @@ -79,8 +79,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/nucleus2g/nsh/defconfig b/configs/nucleus2g/nsh/defconfig index afb2f8854ae..d846e9a0d71 100755 --- a/configs/nucleus2g/nsh/defconfig +++ b/configs/nucleus2g/nsh/defconfig @@ -128,10 +128,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/nucleus2g/ostest/defconfig b/configs/nucleus2g/ostest/defconfig index 71254a7b073..194c5d817bd 100755 --- a/configs/nucleus2g/ostest/defconfig +++ b/configs/nucleus2g/ostest/defconfig @@ -128,10 +128,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/nucleus2g/usbserial/defconfig b/configs/nucleus2g/usbserial/defconfig index 08d5c46bbe9..d3c8bc7dc7a 100755 --- a/configs/nucleus2g/usbserial/defconfig +++ b/configs/nucleus2g/usbserial/defconfig @@ -128,10 +128,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/nucleus2g/usbstorage/defconfig b/configs/nucleus2g/usbstorage/defconfig index 469c6faa246..2f1f6a3698a 100755 --- a/configs/nucleus2g/usbstorage/defconfig +++ b/configs/nucleus2g/usbstorage/defconfig @@ -128,10 +128,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc1766stk/ftpc/defconfig b/configs/olimex-lpc1766stk/ftpc/defconfig index 95b6cdc7e19..c11d40999e4 100755 --- a/configs/olimex-lpc1766stk/ftpc/defconfig +++ b/configs/olimex-lpc1766stk/ftpc/defconfig @@ -134,10 +134,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc1766stk/hidkbd/defconfig b/configs/olimex-lpc1766stk/hidkbd/defconfig index 5989708e205..ce40fc25dca 100755 --- a/configs/olimex-lpc1766stk/hidkbd/defconfig +++ b/configs/olimex-lpc1766stk/hidkbd/defconfig @@ -134,10 +134,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc1766stk/nettest/defconfig b/configs/olimex-lpc1766stk/nettest/defconfig index cf1c642bf69..7c0046b857f 100755 --- a/configs/olimex-lpc1766stk/nettest/defconfig +++ b/configs/olimex-lpc1766stk/nettest/defconfig @@ -134,10 +134,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc1766stk/nsh/defconfig b/configs/olimex-lpc1766stk/nsh/defconfig index ce73f6b1a05..9bc96d1becc 100755 --- a/configs/olimex-lpc1766stk/nsh/defconfig +++ b/configs/olimex-lpc1766stk/nsh/defconfig @@ -134,10 +134,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc1766stk/nx/defconfig b/configs/olimex-lpc1766stk/nx/defconfig index 986e08ada4a..40967137783 100755 --- a/configs/olimex-lpc1766stk/nx/defconfig +++ b/configs/olimex-lpc1766stk/nx/defconfig @@ -134,10 +134,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc1766stk/ostest/defconfig b/configs/olimex-lpc1766stk/ostest/defconfig index 68793fcceb6..f7b701cc3ce 100755 --- a/configs/olimex-lpc1766stk/ostest/defconfig +++ b/configs/olimex-lpc1766stk/ostest/defconfig @@ -134,10 +134,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc1766stk/slip-httpd/defconfig b/configs/olimex-lpc1766stk/slip-httpd/defconfig index c358fef59ee..6eb34db1441 100755 --- a/configs/olimex-lpc1766stk/slip-httpd/defconfig +++ b/configs/olimex-lpc1766stk/slip-httpd/defconfig @@ -136,10 +136,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc1766stk/thttpd/defconfig b/configs/olimex-lpc1766stk/thttpd/defconfig index bd8fd19c234..9690f800f00 100755 --- a/configs/olimex-lpc1766stk/thttpd/defconfig +++ b/configs/olimex-lpc1766stk/thttpd/defconfig @@ -134,10 +134,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc1766stk/usbserial/defconfig b/configs/olimex-lpc1766stk/usbserial/defconfig index 0fe27df980f..ed41b08d0f7 100755 --- a/configs/olimex-lpc1766stk/usbserial/defconfig +++ b/configs/olimex-lpc1766stk/usbserial/defconfig @@ -134,10 +134,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc1766stk/usbstorage/defconfig b/configs/olimex-lpc1766stk/usbstorage/defconfig index caf2e37722a..b01e79a5d4f 100755 --- a/configs/olimex-lpc1766stk/usbstorage/defconfig +++ b/configs/olimex-lpc1766stk/usbstorage/defconfig @@ -134,10 +134,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc1766stk/wlan/defconfig b/configs/olimex-lpc1766stk/wlan/defconfig index 02847d6b4ca..a0e5da662da 100755 --- a/configs/olimex-lpc1766stk/wlan/defconfig +++ b/configs/olimex-lpc1766stk/wlan/defconfig @@ -128,10 +128,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings diff --git a/configs/olimex-lpc2378/nsh/defconfig b/configs/olimex-lpc2378/nsh/defconfig index 2615f35a93c..8f0174c9ba0 100755 --- a/configs/olimex-lpc2378/nsh/defconfig +++ b/configs/olimex-lpc2378/nsh/defconfig @@ -101,8 +101,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART2_PARITY=0 # 2 Stop Bits ? -CONFIG_UART0_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options diff --git a/configs/olimex-lpc2378/ostest/defconfig b/configs/olimex-lpc2378/ostest/defconfig index 7e0b862f028..79051c568bf 100755 --- a/configs/olimex-lpc2378/ostest/defconfig +++ b/configs/olimex-lpc2378/ostest/defconfig @@ -101,8 +101,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART2_PARITY=0 # 2 Stop Bits ? -CONFIG_UART0_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options diff --git a/configs/olimex-stm32-p107/nsh/defconfig b/configs/olimex-stm32-p107/nsh/defconfig index fc3b4f0c47e..781dcd64cab 100644 --- a/configs/olimex-stm32-p107/nsh/defconfig +++ b/configs/olimex-stm32-p107/nsh/defconfig @@ -177,11 +177,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/olimex-stm32-p107/ostest/defconfig b/configs/olimex-stm32-p107/ostest/defconfig index a6268b8bcb3..ad07b7aa1c2 100644 --- a/configs/olimex-stm32-p107/ostest/defconfig +++ b/configs/olimex-stm32-p107/ostest/defconfig @@ -179,11 +179,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/olimex-strp711/nettest/defconfig b/configs/olimex-strp711/nettest/defconfig index 58a4673e4c3..2954c7ca720 100755 --- a/configs/olimex-strp711/nettest/defconfig +++ b/configs/olimex-strp711/nettest/defconfig @@ -117,10 +117,10 @@ CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # General build options diff --git a/configs/olimex-strp711/nsh/defconfig b/configs/olimex-strp711/nsh/defconfig index 8b74e88db81..1f4976a4872 100644 --- a/configs/olimex-strp711/nsh/defconfig +++ b/configs/olimex-strp711/nsh/defconfig @@ -117,10 +117,10 @@ CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # General build options diff --git a/configs/olimex-strp711/ostest/defconfig b/configs/olimex-strp711/ostest/defconfig index ecb2011060d..579ba769e5f 100644 --- a/configs/olimex-strp711/ostest/defconfig +++ b/configs/olimex-strp711/ostest/defconfig @@ -117,10 +117,10 @@ CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # General build options diff --git a/configs/pcblogic-pic32mx/nsh/defconfig b/configs/pcblogic-pic32mx/nsh/defconfig index 3015f0af643..e79efc67a0a 100644 --- a/configs/pcblogic-pic32mx/nsh/defconfig +++ b/configs/pcblogic-pic32mx/nsh/defconfig @@ -145,8 +145,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options diff --git a/configs/pcblogic-pic32mx/ostest/defconfig b/configs/pcblogic-pic32mx/ostest/defconfig index 668adab7837..0fe51f08e2d 100644 --- a/configs/pcblogic-pic32mx/ostest/defconfig +++ b/configs/pcblogic-pic32mx/ostest/defconfig @@ -145,8 +145,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options diff --git a/configs/pic32-starterkit/nsh/defconfig b/configs/pic32-starterkit/nsh/defconfig index 7997282e8e5..fe18e1dbdf9 100644 --- a/configs/pic32-starterkit/nsh/defconfig +++ b/configs/pic32-starterkit/nsh/defconfig @@ -180,12 +180,12 @@ CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 CONFIG_UART6_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n -CONFIG_UART6_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 +CONFIG_UART6_2STOP=0 # # PIC32MX specific PHY/Ethernet device driver settings diff --git a/configs/pic32-starterkit/nsh2/defconfig b/configs/pic32-starterkit/nsh2/defconfig index 797f2e82ba6..1879e80da63 100644 --- a/configs/pic32-starterkit/nsh2/defconfig +++ b/configs/pic32-starterkit/nsh2/defconfig @@ -180,12 +180,12 @@ CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 CONFIG_UART6_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n -CONFIG_UART6_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 +CONFIG_UART6_2STOP=0 # # PIC32MX specific PHY/Ethernet device driver settings diff --git a/configs/pic32-starterkit/ostest/defconfig b/configs/pic32-starterkit/ostest/defconfig index 510d1e3707c..bd1c372ed0f 100644 --- a/configs/pic32-starterkit/ostest/defconfig +++ b/configs/pic32-starterkit/ostest/defconfig @@ -180,12 +180,12 @@ CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 CONFIG_UART6_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n -CONFIG_UART6_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 +CONFIG_UART6_2STOP=0 # # PIC32MX specific PHY/Ethernet device driver settings diff --git a/configs/pic32mx7mmb/nsh/defconfig b/configs/pic32mx7mmb/nsh/defconfig index eac9a527068..3a89bca7e6d 100644 --- a/configs/pic32mx7mmb/nsh/defconfig +++ b/configs/pic32mx7mmb/nsh/defconfig @@ -180,12 +180,12 @@ CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 CONFIG_UART6_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n -CONFIG_UART6_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 +CONFIG_UART6_2STOP=0 # # PIC32MX specific PHY/Ethernet device driver settings diff --git a/configs/pic32mx7mmb/ostest/defconfig b/configs/pic32mx7mmb/ostest/defconfig index 163d6b45515..bc307e44a3c 100644 --- a/configs/pic32mx7mmb/ostest/defconfig +++ b/configs/pic32mx7mmb/ostest/defconfig @@ -180,12 +180,12 @@ CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 CONFIG_UART6_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n -CONFIG_UART6_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 +CONFIG_UART6_2STOP=0 # # PIC32MX specific PHY/Ethernet device driver settings diff --git a/configs/qemu-i486/nsh/defconfig b/configs/qemu-i486/nsh/defconfig index 96a74839b52..8de40fcab59 100644 --- a/configs/qemu-i486/nsh/defconfig +++ b/configs/qemu-i486/nsh/defconfig @@ -111,10 +111,10 @@ CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 CONFIG_UART3_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 # # General OS setup diff --git a/configs/sam3u-ek/knsh/defconfig b/configs/sam3u-ek/knsh/defconfig index 2c43581f56e..2017250006c 100755 --- a/configs/sam3u-ek/knsh/defconfig +++ b/configs/sam3u-ek/knsh/defconfig @@ -131,11 +131,11 @@ CONFIG_USART1_PARITY=0 CONFIG_USART2_PARITY=0 CONFIG_USART3_PARITY=0 -CONFIG_UART_2STOP=n -CONFIG_USART0_2STOP=n -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n +CONFIG_UART_2STOP=0 +CONFIG_USART0_2STOP=0 +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 # # General build options diff --git a/configs/sam3u-ek/nsh/defconfig b/configs/sam3u-ek/nsh/defconfig index 57572fe00a3..15b4d8d8671 100755 --- a/configs/sam3u-ek/nsh/defconfig +++ b/configs/sam3u-ek/nsh/defconfig @@ -126,11 +126,11 @@ CONFIG_USART1_PARITY=0 CONFIG_USART2_PARITY=0 CONFIG_USART3_PARITY=0 -CONFIG_UART_2STOP=n -CONFIG_USART0_2STOP=n -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n +CONFIG_UART_2STOP=0 +CONFIG_USART0_2STOP=0 +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 # # General build options diff --git a/configs/sam3u-ek/nx/defconfig b/configs/sam3u-ek/nx/defconfig index 6ce5597e4ea..f124164dc8b 100755 --- a/configs/sam3u-ek/nx/defconfig +++ b/configs/sam3u-ek/nx/defconfig @@ -126,11 +126,11 @@ CONFIG_USART1_PARITY=0 CONFIG_USART2_PARITY=0 CONFIG_USART3_PARITY=0 -CONFIG_UART_2STOP=n -CONFIG_USART0_2STOP=n -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n +CONFIG_UART_2STOP=0 +CONFIG_USART0_2STOP=0 +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 # # General build options diff --git a/configs/sam3u-ek/ostest/defconfig b/configs/sam3u-ek/ostest/defconfig index 65b91d0fe77..1138094ec3c 100755 --- a/configs/sam3u-ek/ostest/defconfig +++ b/configs/sam3u-ek/ostest/defconfig @@ -127,11 +127,11 @@ CONFIG_USART1_PARITY=0 CONFIG_USART2_PARITY=0 CONFIG_USART3_PARITY=0 -CONFIG_UART_2STOP=n -CONFIG_USART0_2STOP=n -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n +CONFIG_UART_2STOP=0 +CONFIG_USART0_2STOP=0 +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 # # General build options diff --git a/configs/sam3u-ek/touchscreen/defconfig b/configs/sam3u-ek/touchscreen/defconfig index 894012e7f9a..eef3c1dc190 100755 --- a/configs/sam3u-ek/touchscreen/defconfig +++ b/configs/sam3u-ek/touchscreen/defconfig @@ -127,11 +127,11 @@ CONFIG_USART1_PARITY=0 CONFIG_USART2_PARITY=0 CONFIG_USART3_PARITY=0 -CONFIG_UART_2STOP=n -CONFIG_USART0_2STOP=n -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n +CONFIG_UART_2STOP=0 +CONFIG_USART0_2STOP=0 +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 # # Input device configuration diff --git a/configs/skp16c26/ostest/defconfig b/configs/skp16c26/ostest/defconfig index 72fc5a446c1..0bb62409344 100644 --- a/configs/skp16c26/ostest/defconfig +++ b/configs/skp16c26/ostest/defconfig @@ -78,9 +78,9 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # Enable LCD console diff --git a/configs/stm3210e-eval/RIDE/defconfig b/configs/stm3210e-eval/RIDE/defconfig index 5282c62134d..4d87e2d2c81 100755 --- a/configs/stm3210e-eval/RIDE/defconfig +++ b/configs/stm3210e-eval/RIDE/defconfig @@ -145,11 +145,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/buttons/defconfig b/configs/stm3210e-eval/buttons/defconfig index b0b616a25c4..08703af7d39 100644 --- a/configs/stm3210e-eval/buttons/defconfig +++ b/configs/stm3210e-eval/buttons/defconfig @@ -156,11 +156,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/composite/defconfig b/configs/stm3210e-eval/composite/defconfig index 4db46862234..16415e793fc 100755 --- a/configs/stm3210e-eval/composite/defconfig +++ b/configs/stm3210e-eval/composite/defconfig @@ -154,11 +154,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/nsh/defconfig b/configs/stm3210e-eval/nsh/defconfig index 5ce350e9e6f..3aedb6bd55f 100755 --- a/configs/stm3210e-eval/nsh/defconfig +++ b/configs/stm3210e-eval/nsh/defconfig @@ -154,11 +154,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/nsh2/defconfig b/configs/stm3210e-eval/nsh2/defconfig index 2c202e0d864..a9d27905125 100644 --- a/configs/stm3210e-eval/nsh2/defconfig +++ b/configs/stm3210e-eval/nsh2/defconfig @@ -175,11 +175,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/nx/defconfig b/configs/stm3210e-eval/nx/defconfig index e6aacd817fd..359e70969e6 100644 --- a/configs/stm3210e-eval/nx/defconfig +++ b/configs/stm3210e-eval/nx/defconfig @@ -154,11 +154,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/nxconsole/defconfig b/configs/stm3210e-eval/nxconsole/defconfig index adc83a1f5f6..4d30ed8eaa9 100644 --- a/configs/stm3210e-eval/nxconsole/defconfig +++ b/configs/stm3210e-eval/nxconsole/defconfig @@ -154,11 +154,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/nxlines/defconfig b/configs/stm3210e-eval/nxlines/defconfig index 607e11d3ce3..476f85e5fbe 100644 --- a/configs/stm3210e-eval/nxlines/defconfig +++ b/configs/stm3210e-eval/nxlines/defconfig @@ -154,11 +154,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/nxtext/defconfig b/configs/stm3210e-eval/nxtext/defconfig index 2a6f26be4e3..cef3a62467a 100644 --- a/configs/stm3210e-eval/nxtext/defconfig +++ b/configs/stm3210e-eval/nxtext/defconfig @@ -154,11 +154,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/ostest/defconfig b/configs/stm3210e-eval/ostest/defconfig index 6a08daf43dd..18239c99586 100755 --- a/configs/stm3210e-eval/ostest/defconfig +++ b/configs/stm3210e-eval/ostest/defconfig @@ -155,11 +155,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/pm/defconfig b/configs/stm3210e-eval/pm/defconfig index 5e3c47658e8..48b9e83b3b1 100644 --- a/configs/stm3210e-eval/pm/defconfig +++ b/configs/stm3210e-eval/pm/defconfig @@ -185,11 +185,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/usbserial/defconfig b/configs/stm3210e-eval/usbserial/defconfig index 3ae6b228d8c..da13a876ddf 100755 --- a/configs/stm3210e-eval/usbserial/defconfig +++ b/configs/stm3210e-eval/usbserial/defconfig @@ -155,11 +155,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3210e-eval/usbstorage/defconfig b/configs/stm3210e-eval/usbstorage/defconfig index 7e804e1a40b..05b5a288fab 100755 --- a/configs/stm3210e-eval/usbstorage/defconfig +++ b/configs/stm3210e-eval/usbstorage/defconfig @@ -154,11 +154,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/stm3220g-eval/dhcpd/defconfig b/configs/stm3220g-eval/dhcpd/defconfig index 18bfda2d771..d8cac6aabfb 100644 --- a/configs/stm3220g-eval/dhcpd/defconfig +++ b/configs/stm3220g-eval/dhcpd/defconfig @@ -177,11 +177,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F20xxx specific SSI device driver settings diff --git a/configs/stm3220g-eval/nettest/defconfig b/configs/stm3220g-eval/nettest/defconfig index 367e2a14feb..ebd176269c6 100644 --- a/configs/stm3220g-eval/nettest/defconfig +++ b/configs/stm3220g-eval/nettest/defconfig @@ -177,11 +177,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F20xxx specific SSI device driver settings diff --git a/configs/stm3220g-eval/nsh/defconfig b/configs/stm3220g-eval/nsh/defconfig index 2ea6b73cfc5..937ce76861b 100644 --- a/configs/stm3220g-eval/nsh/defconfig +++ b/configs/stm3220g-eval/nsh/defconfig @@ -177,11 +177,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F20xxx specific SSI device driver settings diff --git a/configs/stm3220g-eval/nsh2/defconfig b/configs/stm3220g-eval/nsh2/defconfig index bbf63a10d00..7e4d8127c76 100644 --- a/configs/stm3220g-eval/nsh2/defconfig +++ b/configs/stm3220g-eval/nsh2/defconfig @@ -177,11 +177,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F20xxx specific SSI device driver settings diff --git a/configs/stm3220g-eval/nxwm/defconfig b/configs/stm3220g-eval/nxwm/defconfig index 6978255fd80..cbbdca2e32e 100644 --- a/configs/stm3220g-eval/nxwm/defconfig +++ b/configs/stm3220g-eval/nxwm/defconfig @@ -177,11 +177,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F20xxx specific SSI device driver settings diff --git a/configs/stm3220g-eval/ostest/defconfig b/configs/stm3220g-eval/ostest/defconfig index 87741f950cf..1ae110716df 100644 --- a/configs/stm3220g-eval/ostest/defconfig +++ b/configs/stm3220g-eval/ostest/defconfig @@ -177,11 +177,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F20xxx specific SSI device driver settings diff --git a/configs/stm3220g-eval/telnetd/defconfig b/configs/stm3220g-eval/telnetd/defconfig index f40108f09ce..f39e104bd5a 100644 --- a/configs/stm3220g-eval/telnetd/defconfig +++ b/configs/stm3220g-eval/telnetd/defconfig @@ -177,11 +177,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F20xxx specific SSI device driver settings diff --git a/configs/stm3240g-eval/dhcpd/defconfig b/configs/stm3240g-eval/dhcpd/defconfig index 0b5b17448ef..a8372456f03 100644 --- a/configs/stm3240g-eval/dhcpd/defconfig +++ b/configs/stm3240g-eval/dhcpd/defconfig @@ -183,11 +183,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SSI device driver settings diff --git a/configs/stm3240g-eval/nettest/defconfig b/configs/stm3240g-eval/nettest/defconfig index 027b4702969..500a8ab15b2 100644 --- a/configs/stm3240g-eval/nettest/defconfig +++ b/configs/stm3240g-eval/nettest/defconfig @@ -183,11 +183,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SSI device driver settings diff --git a/configs/stm3240g-eval/nsh/defconfig b/configs/stm3240g-eval/nsh/defconfig index fbafb988a11..4a0246ef439 100644 --- a/configs/stm3240g-eval/nsh/defconfig +++ b/configs/stm3240g-eval/nsh/defconfig @@ -183,11 +183,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SSI device driver settings diff --git a/configs/stm3240g-eval/nsh2/defconfig b/configs/stm3240g-eval/nsh2/defconfig index f78e7f94f45..e9e0c272f65 100644 --- a/configs/stm3240g-eval/nsh2/defconfig +++ b/configs/stm3240g-eval/nsh2/defconfig @@ -184,11 +184,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SSI device driver settings diff --git a/configs/stm3240g-eval/nxconsole/defconfig b/configs/stm3240g-eval/nxconsole/defconfig index acc8da70eba..8413a1b5940 100644 --- a/configs/stm3240g-eval/nxconsole/defconfig +++ b/configs/stm3240g-eval/nxconsole/defconfig @@ -183,11 +183,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SSI device driver settings diff --git a/configs/stm3240g-eval/nxwm/defconfig b/configs/stm3240g-eval/nxwm/defconfig index 5920872c377..de8ebffaec3 100644 --- a/configs/stm3240g-eval/nxwm/defconfig +++ b/configs/stm3240g-eval/nxwm/defconfig @@ -183,11 +183,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SSI device driver settings diff --git a/configs/stm3240g-eval/ostest/defconfig b/configs/stm3240g-eval/ostest/defconfig index 9e2c809fe07..58b86beea08 100644 --- a/configs/stm3240g-eval/ostest/defconfig +++ b/configs/stm3240g-eval/ostest/defconfig @@ -183,11 +183,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SSI device driver settings diff --git a/configs/stm3240g-eval/telnetd/defconfig b/configs/stm3240g-eval/telnetd/defconfig index 400d372b1a3..39cde6b0fbe 100644 --- a/configs/stm3240g-eval/telnetd/defconfig +++ b/configs/stm3240g-eval/telnetd/defconfig @@ -183,11 +183,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SSI device driver settings diff --git a/configs/stm3240g-eval/webserver/defconfig b/configs/stm3240g-eval/webserver/defconfig index 6885b8d7bc7..5c6e573d542 100644 --- a/configs/stm3240g-eval/webserver/defconfig +++ b/configs/stm3240g-eval/webserver/defconfig @@ -183,11 +183,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SSI device driver settings diff --git a/configs/stm32f4discovery/nsh/defconfig b/configs/stm32f4discovery/nsh/defconfig index 5445b5526e8..0a07e848954 100644 --- a/configs/stm32f4discovery/nsh/defconfig +++ b/configs/stm32f4discovery/nsh/defconfig @@ -172,11 +172,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SPI device driver settings diff --git a/configs/stm32f4discovery/nxlines/defconfig b/configs/stm32f4discovery/nxlines/defconfig index 019769eeef3..52705977ab9 100644 --- a/configs/stm32f4discovery/nxlines/defconfig +++ b/configs/stm32f4discovery/nxlines/defconfig @@ -172,11 +172,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SPI device driver settings diff --git a/configs/stm32f4discovery/ostest/defconfig b/configs/stm32f4discovery/ostest/defconfig index 6fe0a9b8d5f..c7cee2331fa 100644 --- a/configs/stm32f4discovery/ostest/defconfig +++ b/configs/stm32f4discovery/ostest/defconfig @@ -172,11 +172,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SSI device driver settings diff --git a/configs/stm32f4discovery/pm/defconfig b/configs/stm32f4discovery/pm/defconfig index 88890708a42..592ce5701c7 100644 --- a/configs/stm32f4discovery/pm/defconfig +++ b/configs/stm32f4discovery/pm/defconfig @@ -173,11 +173,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F40xxx specific SPI device driver settings diff --git a/configs/sure-pic32mx/nsh/defconfig b/configs/sure-pic32mx/nsh/defconfig index 00af0957d53..d52bf550902 100644 --- a/configs/sure-pic32mx/nsh/defconfig +++ b/configs/sure-pic32mx/nsh/defconfig @@ -146,8 +146,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # PIC32MX-specific USB device setup diff --git a/configs/sure-pic32mx/ostest/defconfig b/configs/sure-pic32mx/ostest/defconfig index d6939a6c07c..ce09306f0ce 100644 --- a/configs/sure-pic32mx/ostest/defconfig +++ b/configs/sure-pic32mx/ostest/defconfig @@ -146,8 +146,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options diff --git a/configs/sure-pic32mx/usbnsh/defconfig b/configs/sure-pic32mx/usbnsh/defconfig index 622ed56540d..76704a121a8 100644 --- a/configs/sure-pic32mx/usbnsh/defconfig +++ b/configs/sure-pic32mx/usbnsh/defconfig @@ -146,8 +146,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # PIC32MX-specific USB device setup diff --git a/configs/teensy/hello/defconfig b/configs/teensy/hello/defconfig index d97cd595565..aa61354717c 100644 --- a/configs/teensy/hello/defconfig +++ b/configs/teensy/hello/defconfig @@ -96,7 +96,7 @@ CONFIG_USART1_RXBUFSIZE=256 CONFIG_USART1_BAUD=38400 CONFIG_USART1_BITS=8 CONFIG_USART1_PARITY=0 -CONFIG_USART1_2STOP=n +CONFIG_USART1_2STOP=0 # # General build options diff --git a/configs/teensy/nsh/defconfig b/configs/teensy/nsh/defconfig index 6313c131481..7108d27fee9 100755 --- a/configs/teensy/nsh/defconfig +++ b/configs/teensy/nsh/defconfig @@ -96,7 +96,7 @@ CONFIG_USART1_RXBUFSIZE=256 CONFIG_USART1_BAUD=38400 CONFIG_USART1_BITS=8 CONFIG_USART1_PARITY=0 -CONFIG_USART1_2STOP=n +CONFIG_USART1_2STOP=0 # # General build options diff --git a/configs/teensy/usbstorage/defconfig b/configs/teensy/usbstorage/defconfig index ad7d13ef6e7..87931ee2481 100755 --- a/configs/teensy/usbstorage/defconfig +++ b/configs/teensy/usbstorage/defconfig @@ -96,7 +96,7 @@ CONFIG_USART1_RXBUFSIZE=256 CONFIG_USART1_BAUD=38400 CONFIG_USART1_BITS=8 CONFIG_USART1_PARITY=0 -CONFIG_USART1_2STOP=n +CONFIG_USART1_2STOP=0 # # General build options diff --git a/configs/ubw32/nsh/defconfig b/configs/ubw32/nsh/defconfig index 81129771df1..c198067df57 100644 --- a/configs/ubw32/nsh/defconfig +++ b/configs/ubw32/nsh/defconfig @@ -145,8 +145,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options diff --git a/configs/ubw32/ostest/defconfig b/configs/ubw32/ostest/defconfig index b6a1814b963..dcbdc88ba09 100644 --- a/configs/ubw32/ostest/defconfig +++ b/configs/ubw32/ostest/defconfig @@ -145,8 +145,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART1_PARITY=0 CONFIG_UART2_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options diff --git a/configs/us7032evb1/nsh/defconfig b/configs/us7032evb1/nsh/defconfig index 2cf0b235110..0ad714e67b0 100644 --- a/configs/us7032evb1/nsh/defconfig +++ b/configs/us7032evb1/nsh/defconfig @@ -85,8 +85,8 @@ CONFIG_SCI0_BITS=8 CONFIG_SCI1_BITS=8 CONFIG_SCI0_PARITY=0 CONFIG_SCI1_PARITY=0 -CONFIG_SCI0_2STOP=n -CONFIG_SCI1_2STOP=n +CONFIG_SCI0_2STOP=0 +CONFIG_SCI1_2STOP=0 # # General build options diff --git a/configs/us7032evb1/ostest/defconfig b/configs/us7032evb1/ostest/defconfig index 97dc1a6bf36..02633fbf50e 100644 --- a/configs/us7032evb1/ostest/defconfig +++ b/configs/us7032evb1/ostest/defconfig @@ -85,8 +85,8 @@ CONFIG_SCI0_BITS=8 CONFIG_SCI1_BITS=8 CONFIG_SCI0_PARITY=0 CONFIG_SCI1_PARITY=0 -CONFIG_SCI0_2STOP=n -CONFIG_SCI1_2STOP=n +CONFIG_SCI0_2STOP=0 +CONFIG_SCI1_2STOP=0 # # General build options diff --git a/configs/vsn/nsh/defconfig b/configs/vsn/nsh/defconfig index 9cba2a7dfe0..348a6784488 100755 --- a/configs/vsn/nsh/defconfig +++ b/configs/vsn/nsh/defconfig @@ -175,11 +175,11 @@ CONFIG_USART3_PARITY=0 CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 -CONFIG_USART1_2STOP=n -CONFIG_USART2_2STOP=n -CONFIG_USART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n +CONFIG_USART1_2STOP=0 +CONFIG_USART2_2STOP=0 +CONFIG_USART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 # # STM32F103Z specific SSI device driver settings diff --git a/configs/z16f2800100zcog/ostest/defconfig b/configs/z16f2800100zcog/ostest/defconfig index 65c6f8beb1e..24e228a4b7e 100644 --- a/configs/z16f2800100zcog/ostest/defconfig +++ b/configs/z16f2800100zcog/ostest/defconfig @@ -64,8 +64,8 @@ CONFIG_UART0_BAUD=57600 CONFIG_UART1_BAUD=57600 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/z16f2800100zcog/pashello/defconfig b/configs/z16f2800100zcog/pashello/defconfig index d4569744391..95cb6f09b37 100644 --- a/configs/z16f2800100zcog/pashello/defconfig +++ b/configs/z16f2800100zcog/pashello/defconfig @@ -64,8 +64,8 @@ CONFIG_UART0_BAUD=57600 CONFIG_UART1_BAUD=57600 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/z8encore000zco/ostest/defconfig b/configs/z8encore000zco/ostest/defconfig index e5848c63dee..c193790972c 100644 --- a/configs/z8encore000zco/ostest/defconfig +++ b/configs/z8encore000zco/ostest/defconfig @@ -62,8 +62,8 @@ CONFIG_UART0_BAUD=57600 CONFIG_UART1_BAUD=57600 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/configs/z8f64200100kit/ostest/defconfig b/configs/z8f64200100kit/ostest/defconfig index e6e978b7f44..5108247230c 100644 --- a/configs/z8f64200100kit/ostest/defconfig +++ b/configs/z8f64200100kit/ostest/defconfig @@ -62,8 +62,8 @@ CONFIG_UART0_BAUD=57600 CONFIG_UART1_BAUD=57600 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General build options diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index b8867bd3f7e..96052fad386 100644 --- a/drivers/serial/Kconfig +++ b/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"