summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer/nsh/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lpc4330-xplorer/nsh/defconfig')
-rw-r--r--nuttx/configs/lpc4330-xplorer/nsh/defconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/nsh/defconfig b/nuttx/configs/lpc4330-xplorer/nsh/defconfig
index 8f6660ede..5547bca15 100644
--- a/nuttx/configs/lpc4330-xplorer/nsh/defconfig
+++ b/nuttx/configs/lpc4330-xplorer/nsh/defconfig
@@ -228,11 +228,13 @@ CONFIG_USART2_2STOP=0
CONFIG_USART3_2STOP=0
#
-# CONFIG_USART_RS485MODE - Support LPC43xx USART0,2,3 RS485 mode
+# CONFIG_USARTn_RS485MODE - Support LPC43xx USART0,2,3 RS485 mode
# ioctls (TIOCSRS485 and TIOCGRS485) to enable and disable
# RS-485 mode.
#
-CONFIG_USART_RS485MODE=n
+CONFIG_USART0_RS485MODE=n
+CONFIG_USART2_RS485MODE=n
+CONFIG_USART3_RS485MODE=n
#
# LPC43xx specific PHY/Ethernet device driver settings