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