boards: native_posix: list eeprom as supported

List 'eeprom' as a supported feature for the native_posix and
native_posix_64 boards.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2020-03-30 09:36:12 +02:00 committed by Kumar Gala
commit 08490e51c6
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ toolchain:
- zephyr - zephyr
- llvm - llvm
supported: supported:
- eeprom
- netif:eth - netif:eth
- usb_device - usb_device
testing: testing:

View file

@ -6,5 +6,6 @@ toolchain:
- zephyr - zephyr
- llvm - llvm
supported: supported:
- eeprom
- netif:eth - netif:eth
- usb_device - usb_device