boards: native_posix: Add i2c & spi to supporte features

We have I2C & SPI controllers on native posix, so list them as
supported features in the board YAML.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-05-07 09:09:54 -05:00 committed by Kumar Gala
commit 34d6e488a6

View file

@ -10,5 +10,7 @@ supported:
- netif:eth
- usb_device
- adc
- i2c
- spi
testing:
default: true