summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 12:45:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 12:45:35 +0000
commitf10e9d9af26b805cf842bf0f3898684c76133fdd (patch)
tree55457b1185f375e365bcdb6feba4000e025c2973 /nuttx/arch/mips
parent26ee5f5668ab205c940feaed71f1ba159a3b85b0 (diff)
downloadpx4-nuttx-f10e9d9af26b805cf842bf0f3898684c76133fdd.tar.gz
px4-nuttx-f10e9d9af26b805cf842bf0f3898684c76133fdd.tar.bz2
px4-nuttx-f10e9d9af26b805cf842bf0f3898684c76133fdd.zip
Refactor serial configuratin; AVR teensy Kconfig now builds
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5092 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/mips')
-rw-r--r--nuttx/arch/mips/src/pic32mx/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/Kconfig b/nuttx/arch/mips/src/pic32mx/Kconfig
index 7c2c9bb23..908046f83 100644
--- a/nuttx/arch/mips/src/pic32mx/Kconfig
+++ b/nuttx/arch/mips/src/pic32mx/Kconfig
@@ -909,12 +909,6 @@ endmenu
menu "UART1 Configuration"
depends on PIC32MX_UART1
-config UART1_SERIAL_CONSOLE
- bool "UART1 serial console"
- default y
- ---help---
- Selects the UART1 for the console and ttys0. Default: UART1 (if enabled).
-
config UART1_RXBUFSIZE
int "UART1 Rx buffer size"
default 256
@@ -956,12 +950,6 @@ endmenu
menu "UART2 Configuration"
depends on PIC32MX_UART2
-config UART2_SERIAL_CONSOLE
- bool "UART2 serial console"
- default y if !PIC32MX_UART1
- ---help---
- Selects the UART2 for the console and ttys0. Default: UART2 (if enabled).
-
config UART2_RXBUFSIZE
int "UART2 Rx buffer size"
default 256
@@ -1003,12 +991,6 @@ endmenu
menu "UART3 Configuration"
depends on PIC32MX_UART3
-config UART3_SERIAL_CONSOLE
- bool "UART3 serial console"
- default y if !PIC32MX_UART1 && !PIC32MX_UART2
- ---help---
- Selects the UART3 for the console and ttys0. Default: UART3 (if enabled).
-
config UART3_RXBUFSIZE
int "UART3 Rx buffer size"
default 256