aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/i2c_tunnel/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/google/chromeec/i2c_tunnel/Kconfig')
-rw-r--r--src/ec/google/chromeec/i2c_tunnel/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ec/google/chromeec/i2c_tunnel/Kconfig b/src/ec/google/chromeec/i2c_tunnel/Kconfig
index 20169fde0f..232725566b 100644
--- a/src/ec/google/chromeec/i2c_tunnel/Kconfig
+++ b/src/ec/google/chromeec/i2c_tunnel/Kconfig
@@ -1,6 +1,10 @@
+if EC_GOOGLE_CHROMEEC
+
config EC_GOOGLE_CHROMEEC_I2C_TUNNEL
bool
depends on HAVE_ACPI_TABLES
help
This enables the Cros EC I2C tunnel driver that is required to fill the
SSDT nodes for the I2C tunnel used by the mainboard.
+
+endif