SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial console

This commit is contained in:
Gregory Nutt
2014-04-01 11:24:15 -06:00
parent 3d8cbb415c
commit cbdc9155ab
16 changed files with 1076 additions and 150 deletions

View File

@@ -191,6 +191,7 @@ if PL2303
config PL2303_CONSOLE
bool "PL2303 console device"
depends on DEV_CONSOLE
default n
---help---
Register the USB device as /dev/console so that is will be used
@@ -275,6 +276,7 @@ if CDCACM
config CDCACM_CONSOLE
bool "CDC/ACM console device"
depends on DEV_CONSOLE
default n
---help---
Register the USB device as /dev/console so that is will be used