diff --git a/configs/lpc4330-xplorer/README.txt b/configs/lpc4330-xplorer/README.txt index 5a58d37694..3e89b478f5 100644 --- a/configs/lpc4330-xplorer/README.txt +++ b/configs/lpc4330-xplorer/README.txt @@ -716,7 +716,7 @@ LPC4330-Xplorer Configuration Options CONFIG_LPC43_USB1_ULPI=y CONFIG_LPC43_WWDT=y - LPC43xx specific device driver settings + LPC43xx specific U[S]ART device driver settings CONFIG_U[S]ARTn_SERIAL_CONSOLE - selects the UARTn for the console and ttys0 (default is the USART0). @@ -729,6 +729,10 @@ LPC4330-Xplorer Configuration Options CONFIG_U[S]ARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity CONFIG_U[S]ARTn_2STOP - Two stop bits + CONFIG_USART_RS485MODE - Support LPC43xx USART0,2,3 RS485 mode + ioctls (TIOCSRS485 and TIOCGRS485) to enable and disable + RS-485 mode. + LPC43xx specific CAN device driver settings. These settings all require CONFIG_CAN: diff --git a/configs/lpc4330-xplorer/nsh/defconfig b/configs/lpc4330-xplorer/nsh/defconfig index deb3ff19e4..8f6660ede7 100644 --- a/configs/lpc4330-xplorer/nsh/defconfig +++ b/configs/lpc4330-xplorer/nsh/defconfig @@ -227,6 +227,13 @@ CONFIG_UART1_2STOP=0 CONFIG_USART2_2STOP=0 CONFIG_USART3_2STOP=0 +# +# CONFIG_USART_RS485MODE - Support LPC43xx USART0,2,3 RS485 mode +# ioctls (TIOCSRS485 and TIOCGRS485) to enable and disable +# RS-485 mode. +# +CONFIG_USART_RS485MODE=n + # # LPC43xx specific PHY/Ethernet device driver settings # diff --git a/configs/lpc4330-xplorer/ostest/defconfig b/configs/lpc4330-xplorer/ostest/defconfig index c20897b761..2021926356 100644 --- a/configs/lpc4330-xplorer/ostest/defconfig +++ b/configs/lpc4330-xplorer/ostest/defconfig @@ -227,6 +227,13 @@ CONFIG_UART1_2STOP=0 CONFIG_USART2_2STOP=0 CONFIG_USART3_2STOP=0 +# +# CONFIG_USART_RS485MODE - Support LPC43xx USART0,2,3 RS485 mode +# ioctls (TIOCSRS485 and TIOCGRS485) to enable and disable +# RS-485 mode. +# +CONFIG_USART_RS485MODE=n + # # LPC43xx specific PHY/Ethernet device driver settings #