diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-11 20:35:37 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-11 20:35:44 -0600 |
commit | 0c21382bb7270c6b7e34c2b43ccdb71c8853db44 (patch) | |
tree | fb30473db3979e8b294c6854231d78d732d226cd /target/avr32 | |
parent | a30f7fe5d730525af5daa6801f0b4d2f29025bd1 (diff) |
activate serial console and network driver for atmel ngw100. first boot via nfs succeeds.
Diffstat (limited to 'target/avr32')
-rw-r--r-- | target/avr32/kernel/atmel-ngw100 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/avr32/kernel/atmel-ngw100 b/target/avr32/kernel/atmel-ngw100 index 9ddc7e27b..78e810594 100644 --- a/target/avr32/kernel/atmel-ngw100 +++ b/target/avr32/kernel/atmel-ngw100 @@ -4,3 +4,6 @@ CONFIG_CPU_AT32AP700X=y CONFIG_CPU_AT32AP7000=y CONFIG_BOARD_ATNGW100_COMMON=y CONFIG_BOARD_ATNGW100_MKI=y +CONFIG_SERIAL_ATMEL=y +CONFIG_SERIAL_ATMEL_CONSOLE=y +CONFIG_SERIAL_ATMEL_PDC=y |