1# Copyright 2020 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4config I2C_EMUL
5	bool "I2C emulator"
6	default y
7	depends on DT_HAS_ZEPHYR_I2C_EMUL_CONTROLLER_ENABLED
8	depends on EMUL
9	help
10	  Enable the I2C emulator driver. This is a fake driver in that it
11	  does not talk to real hardware. Instead it talks to emulation
12	  drivers that pretend to be devices on the emulated I2C bus. It is
13	  used for testing drivers for I2C devices.
14