:orphan: .. title:: CONFIG_ALTERA_AVALON_I2C .. kconfig:: CONFIG_ALTERA_AVALON_I2C CONFIG_ALTERA_AVALON_I2C ######################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`I2C_NIOS2 ` && \ :kconfig:`SOC_NIOS2F_ZEPHYR `) || (\ :kconfig:`I2C_NIOS2 ` && \ :kconfig:`SOC_NIOS2F_ZEPHYR `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/nios2/nios2f-zephyr/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config ALTERA_AVALON_I2C bool default y depends on I2C_NIOS2 && SOC_NIOS2F_ZEPHYR ---- At ``/nios2/nios2f-zephyr/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config ALTERA_AVALON_I2C bool default y depends on I2C_NIOS2 && SOC_NIOS2F_ZEPHYR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*