From 66f4e9f664515dbcb5a702f9800e3a99d0fe4d41 Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Wed, 21 Sep 2016 18:54:08 +0200 Subject: refactor USART support for AVR32 Grasshopper board - force enable USB-USART bridge - add config menu option and kernel patch for enabling second USART --- target/avr32/kernel/grasshopper | 1 + 1 file changed, 1 insertion(+) (limited to 'target/avr32/kernel/grasshopper') diff --git a/target/avr32/kernel/grasshopper b/target/avr32/kernel/grasshopper index 88a636264..ced820163 100644 --- a/target/avr32/kernel/grasshopper +++ b/target/avr32/kernel/grasshopper @@ -7,3 +7,4 @@ CONFIG_BOARD_GRASSHOPPER=y CONFIG_SERIAL_ATMEL=y CONFIG_SERIAL_ATMEL_CONSOLE=y CONFIG_SERIAL_ATMEL_PDC=y +CONFIG_BOARD_GRASSHOPPER_USART1=y -- cgit v1.2.3