boards: x86: qemu_x86: adding nvs capability

Added the NVS capability to the QEMU x86 board description.

Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
This commit is contained in:
Kamil Piszczek 2019-09-24 13:57:36 +02:00 committed by Maureen Helm
commit a320010e4a
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ toolchain:
- xtools - xtools
supported: supported:
- pci - pci
- nvs
- netif:serial-net - netif:serial-net
testing: testing:
default: true default: true

View file

@ -5,6 +5,7 @@ tests:
sample.subsys.nvs: sample.subsys.nvs:
tags: settings tags: settings
depends_on: nvs depends_on: nvs
platform_exclude: qemu_x86
harness: console harness: console
harness_config: harness_config:
type: multi_line type: multi_line