samples: usb: mass: add usb_device dependency

Make the flash-backed USB mass storage sample depend on usb_device and
flash instead of just flash.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2020-08-17 22:46:36 +02:00 committed by Carles Cufí
parent 5210b82bd6
commit 01c6862ad7

View file

@ -3,7 +3,7 @@ sample:
tests:
sample.usb.mass_flash:
min_ram: 32
depends_on: flash
depends_on: usb_device flash
extra_args: OVERLAY_CONFIG="overlay-flash-disk.conf"
extra_configs:
- CONFIG_LOG_DEFAULT_LEVEL=3