:orphan: .. title:: ALTERA_AVALON_I2C .. option:: CONFIG_ALTERA_AVALON_I2C *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`I2C_NIOS2 ` && \ :option:`SOC_NIOS2F_ZEPHYR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``soc/nios2/nios2f-zephyr/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config ALTERA_AVALON_I2C bool default y depends on \ :option:`I2C_NIOS2 ` && \ :option:`SOC_NIOS2F_ZEPHYR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*