summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.ioex
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.ioex')
-rw-r--r--zephyr/Kconfig.ioex3
1 files changed, 2 insertions, 1 deletions
diff --git a/zephyr/Kconfig.ioex b/zephyr/Kconfig.ioex
index e9bb8065e1..9be34197db 100644
--- a/zephyr/Kconfig.ioex
+++ b/zephyr/Kconfig.ioex
@@ -4,7 +4,8 @@
menuconfig PLATFORM_EC_IOEX_CROS_DRV
bool "IO expander support"
- depends on I2C
+ default y
+ depends on I2C && DT_HAS_CROS_IOEX_CHIP_ENABLED
help
Enable support for CrOS EC ioex drivers.