From f7ef9270198f2cefee9ad6bd63f011f2835a30c3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 26 May 2013 16:44:53 -0600 Subject: [PATCH] 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. --- arch/mips/src/pic32mx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/src/pic32mx/Kconfig b/arch/mips/src/pic32mx/Kconfig index bc22080ebc9..82a901809f3 100644 --- a/arch/mips/src/pic32mx/Kconfig +++ b/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"