summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig')
-rw-r--r--zephyr/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index 2f4a653fea..07f09ae46e 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -484,6 +484,16 @@ config PLATFORM_EC_CONSOLE_CMD_I2C_PORTMAP
display the mapping of the I2C ports defined by the named-i2c-ports
node to the physical port and remote port indexes.
+config PLATFORM_EC_CONSOLE_CMD_I2C_SPEED
+ bool "Console command: i2cspeed"
+ default n
+ depends on PLATFORM_EC_I2C
+ help
+ Enable the 'i2cspeed' console command. This comamnd is used to
+ display an I2C port's bus speed. Additionally, for ports with
+ the DYNAMIC_SPEED port flag set, the speed can be set. In all
+ cases, the bus speed is in units of kHz.
+
config PLATFORM_EC_SMBUS_PEC
bool "Packet error checking support for SMBus"
help