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