:orphan: .. title:: CONFIG_I2C_NIOS2 .. kconfig:: CONFIG_I2C_NIOS2 CONFIG_I2C_NIOS2 ################ *Nios-II I2C driver* Type: ``bool`` Help ==== .. code-block:: none Enable the Nios-II I2C driver. Direct dependencies =================== \ :kconfig:`HAS_ALTERA_HAL ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/i2c/Kconfig:119`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_NIOS2 bool "Nios-II I2C driver" depends on HAS_ALTERA_HAL && I2C help Enable the Nios-II I2C driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*