boards: sparc: add netif capability

Allows for network related tests to run on the SPARC board
configurations.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
Martin Åberg 2020-11-16 13:34:54 +01:00 committed by Jukka Rissanen
commit cd0418e5a9
3 changed files with 6 additions and 3 deletions

View file

@ -8,3 +8,5 @@ flash: 2048
toolchain:
- zephyr
- xtools
supported:
- netif

View file

@ -6,6 +6,5 @@ arch: sparc
toolchain:
- zephyr
- xtools
testing:
ignore_tags:
- net
supported:
- netif

View file

@ -8,5 +8,7 @@ flash: 524288
toolchain:
- zephyr
- xtools
supported:
- netif
testing:
default: true