summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_kb_raw/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_kb_raw/Kconfig')
-rw-r--r--zephyr/drivers/cros_kb_raw/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/drivers/cros_kb_raw/Kconfig b/zephyr/drivers/cros_kb_raw/Kconfig
index 1e10f38bbe..1055c8a4b2 100644
--- a/zephyr/drivers/cros_kb_raw/Kconfig
+++ b/zephyr/drivers/cros_kb_raw/Kconfig
@@ -6,8 +6,8 @@ if PLATFORM_EC_KEYBOARD
menuconfig CROS_KB_RAW_NPCX
bool "Nuvoton NPCX raw-keyboard-scan driver for the Zephyr shim"
+ depends on SOC_FAMILY_NPCX
default y
- depends on DT_HAS_NUVOTON_NPCX_CROS_KB_RAW_ENABLED
help
This option enables a driver for providing raw access to the
keyboard-scan peripheral in the chip. This is used instead of the
@@ -27,8 +27,8 @@ endif # CROS_KB_RAW_NPCX
config CROS_KB_RAW_ITE
bool "ITE raw-keyboard-scan driver for the Zephyr shim"
+ depends on SOC_FAMILY_RISCV_ITE
default y
- depends on DT_HAS_ITE_IT8XXX2_CROS_KB_RAW_ENABLED
help
This option enables a driver for providing raw access to the
keyboard-scan peripheral in the chip. This is used instead of the
@@ -37,8 +37,8 @@ config CROS_KB_RAW_ITE
menuconfig CROS_KB_RAW_XEC
bool "Microchip raw-keyboard-scan driver for the Zephyr shim"
+ depends on SOC_FAMILY_MEC
default y
- depends on DT_HAS_MICROCHIP_XEC_CROS_KB_RAW_ENABLED
help
This option enables a driver for providing raw access to the
keyboard-scan peripheral in the chip. This is used instead of the