:orphan: .. title:: I2C_NPCX .. option:: CONFIG_I2C_NPCX *Nuvoton NPCX embedded controller (EC) I2C driver* Type: ``bool`` Help ==== Enable support for NPCX I2C driver. The NPCX SMB/I2C modules provides full support for a two-wire SMBus/I2C synchronous serial interface. Each interface is a two-wire serial interface that is compatible with both Intel SMBus and Philips I2C physical layer. There are 8 SMBus modules and 10 buses in NPCX7 series. Help ==== This option enables the I2C driver for NPCX family of processors. Say y if you wish to use I2C modules on NPCX MCU. Direct dependencies =================== (\ :option:`I2C ` && \ :option:`SOC_SERIES_NPCX7 `) || (\ :option:`SOC_FAMILY_NPCX ` && \ :option:`I2C `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config I2C_NPCX bool default y depends on \ :option:`I2C ` && \ :option:`SOC_SERIES_NPCX7 ` help Enable support for NPCX I2C driver. The NPCX SMB/I2C modules provides full support for a two-wire SMBus/I2C synchronous serial interface. Each interface is a two-wire serial interface that is compatible with both Intel SMBus and Philips I2C physical layer. There are 8 SMBus modules and 10 buses in NPCX7 series. ---- At ``drivers/i2c/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:42`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: config I2C_NPCX bool "Nuvoton NPCX embedded controller (EC) I2C driver" depends on \ :option:`SOC_FAMILY_NPCX ` && \ :option:`I2C ` help This option enables the I2C driver for NPCX family of processors. Say y if you wish to use I2C modules on NPCX MCU. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*