blob: 194c648495d6c70c89422568792c626ebf56e617 [file] [log] [blame]
Martin Roth5bdac842024-02-16 10:45:54 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Furquan Shaikhdfd7e9d2020-07-02 16:37:17 -07003if EC_GOOGLE_CHROMEEC
4
Furquan Shaikh38b349c2020-04-19 17:40:22 -07005config 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.
Furquan Shaikhdfd7e9d2020-07-02 16:37:17 -070011
12endif