1# Copyright 2024 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4tests:
5  drivers.i2c.emul.target_pio:
6    platform_allow:
7      - native_sim
8    extra_configs:
9      - CONFIG_I2C_TARGET_BUFFER_MODE=n
10  drivers.i2c.emul.target_buf:
11    platform_allow:
12      - native_sim
13    extra_configs:
14      - CONFIG_I2C_TARGET_BUFFER_MODE=y
15    extra_dtc_overlay_files:
16      - "boards/native_sim.overlay"
17      - "boards/native_sim.buf.overlay"
18