:orphan: .. title:: CONFIG_I2C_NPCX .. kconfig:: CONFIG_I2C_NPCX CONFIG_I2C_NPCX ############### *Nuvoton NPCX embedded controller (EC) I2C driver* Type: ``bool`` Help ==== .. code-block:: none 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 ==== .. code-block:: none 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 NPCX9 series. Help ==== .. code-block:: none 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 ==== .. code-block:: none 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 NPCX9 series. Help ==== .. code-block:: none 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 =================== (\ :kconfig:`I2C ` && \ :kconfig:`SOC_SERIES_NPCX7 `) || (\ :kconfig:`I2C ` && \ :kconfig:`SOC_SERIES_NPCX9 `) || (\ :kconfig:`I2C ` && \ :kconfig:`SOC_SERIES_NPCX7 `) || (\ :kconfig:`I2C ` && \ :kconfig:`SOC_SERIES_NPCX9 `) || (\ :kconfig:`SOC_FAMILY_NPCX ` && \ :kconfig:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Kconfig definitions =================== At ``/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config I2C_NPCX bool default y depends on I2C && 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 ``/arm/nuvoton_npcx/npcx9/Kconfig.defconfig.series:85`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config I2C_NPCX bool default y depends on I2C && SOC_SERIES_NPCX9 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 NPCX9 series. ---- At ``/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config I2C_NPCX bool default y depends on I2C && 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 ``/arm/nuvoton_npcx/npcx9/Kconfig.defconfig.series:85`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config I2C_NPCX bool default y depends on I2C && SOC_SERIES_NPCX9 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 NPCX9 series. ---- At ``/i2c/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:43`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_NPCX bool "Nuvoton NPCX embedded controller (EC) I2C driver" depends on SOC_FAMILY_NPCX && 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.)*