summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-26 16:44:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-26 16:44:53 -0600
commit168976579a7a81d31112283b23ff9fe7b7d25166 (patch)
tree8be36228a9fd5833721f37467d47fabbf0ae9fb5 /nuttx/arch/mips/src/pic32mx/Kconfig
parent47ed1cf8c44bf25c4e36955911504367431d6724 (diff)
downloadpx4-nuttx-168976579a7a81d31112283b23ff9fe7b7d25166.tar.gz
px4-nuttx-168976579a7a81d31112283b23ff9fe7b7d25166.tar.bz2
px4-nuttx-168976579a7a81d31112283b23ff9fe7b7d25166.zip
Converted all configurations to use the kconfig-frontends tools, cleaned up the directory structure and naming to match some of the more recent configurations, and added a segment LCD driver for the board. The initial checkin of the LCD driver is just a clone of configs/pcblogic-pic32mx/src/pic32mx_lcd1602 and it not yet expected to be functional.
Diffstat (limited to 'nuttx/arch/mips/src/pic32mx/Kconfig')
-rw-r--r--nuttx/arch/mips/src/pic32mx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/Kconfig b/nuttx/arch/mips/src/pic32mx/Kconfig
index bc22080eb..82a901809 100644
--- a/nuttx/arch/mips/src/pic32mx/Kconfig
+++ b/nuttx/arch/mips/src/pic32mx/Kconfig
@@ -499,7 +499,7 @@ config PIC32MX_UART1
config PIC32MX_UART2
bool "UART2"
default n
- select ARCH_HAVE_UART1
+ select ARCH_HAVE_UART2
config PIC32MX_UART3
bool "UART3"