mb/google/nissa/var/telith: Configure Acoustic noise mitigation
[coreboot2.git] / src / ec / google / chromeec / i2c_tunnel / Kconfig
blob194c648495d6c70c89422568792c626ebf56e617
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if EC_GOOGLE_CHROMEEC
5 config EC_GOOGLE_CHROMEEC_I2C_TUNNEL
6         bool
7         depends on HAVE_ACPI_TABLES
8         help
9           This enables the Cros EC I2C tunnel driver that is required to fill the
10           SSDT nodes for the I2C tunnel used by the mainboard.
12 endif