summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.ioex
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.ioex')
-rw-r--r--zephyr/Kconfig.ioex10
1 files changed, 1 insertions, 9 deletions
diff --git a/zephyr/Kconfig.ioex b/zephyr/Kconfig.ioex
index 08cedb8d2a..ce020c4fbb 100644
--- a/zephyr/Kconfig.ioex
+++ b/zephyr/Kconfig.ioex
@@ -15,19 +15,11 @@ if PLATFORM_EC_IOEX
config PLATFORM_EC_IOEX_INIT_PRIORITY
int "IO expander init priority"
range 0 99
- default 52
+ default 50
help
Sets the priority of function that initializes
the IO expander subsystem
-config PLATFORM_EC_CONSOLE_CMD_IOEX
- bool "Enable shell commands for IO expander"
- depends on SHELL
- help
- Enable shell commands for IO expander.
- It will enable ioexget and ioexset commands in EC console
- that allow to get and change values of IO expanders pins.
-
config PLATFORM_EC_IOEX_CROS_DRV
bool
help