summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.i2c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.i2c')
-rw-r--r--zephyr/Kconfig.i2c5
1 files changed, 1 insertions, 4 deletions
diff --git a/zephyr/Kconfig.i2c b/zephyr/Kconfig.i2c
index 9fa1d274aa..0187409b31 100644
--- a/zephyr/Kconfig.i2c
+++ b/zephyr/Kconfig.i2c
@@ -3,10 +3,7 @@
# found in the LICENSE file.
config PLATFORM_EC_I2C
- bool "EC I2C Support"
- default y
- depends on DT_HAS_NAMED_I2C_PORTS_ENABLED
- select I2C
+ def_bool I2C
help
Enable compilation of the EC i2c module. Once enabled, it will be
possible to make calls using the old platform/ec i2c APIs defined