1common:
2  build_only: true
3  tags:
4    - drivers
5    - eeprom
6tests:
7  drivers.eeprom.build:
8    min_ram: 32
9    platform_exclude: serpente
10    depends_on:
11      - gpio
12      - i2c
13      - spi
14
15  drivers.eeprom.emul.build:
16    min_ram: 32
17    platform_exclude: serpente
18    depends_on:
19      - gpio
20      - i2c
21      - spi
22    extra_configs:
23      - CONFIG_EMUL=y
24      - CONFIG_EEPROM_AT2X_EMUL=y
25