avr: Support using serial instead of usb on AT90USB1286

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2017-06-05 12:30:49 -04:00
parent 73207a12ba
commit b8094de129
2 changed files with 28 additions and 16 deletions

View File

@@ -81,7 +81,7 @@ config AVR_WATCHDOG
depends on !SIMULAVR
default y
config AVR_USBSERIAL
bool
bool "Use USB for communication (instead of serial)"
depends on MACH_at90usb1286
default y
config AVR_SERIAL