summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/Kconfig
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/avr/Kconfig
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/avr/Kconfig')
-rw-r--r--nuttx/arch/avr/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/arch/avr/Kconfig b/nuttx/arch/avr/Kconfig
index 0fe839b79..010837142 100644
--- a/nuttx/arch/avr/Kconfig
+++ b/nuttx/arch/avr/Kconfig
@@ -116,4 +116,12 @@ source arch/avr/src/atmega/Kconfig
source arch/avr/src/avr32/Kconfig
source arch/avr/src/at32uc3/Kconfig
+config AVR_USART0
+ bool "USART0 specific serial device driver settings"
+ select ARCH_HAS_USART0
+
+config AVR_USART1
+ bool "USART1 specific serial device driver settings"
+ select ARCH_HAS_USART1
+
endif