:orphan: .. title:: CONFIG_ALTERA_AVALON_QSPI .. kconfig:: CONFIG_ALTERA_AVALON_QSPI CONFIG_ALTERA_AVALON_QSPI ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_FLASH_NIOS2_QSPI ` && \ :kconfig:`SOC_NIOS2F_ZEPHYR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/nios2/nios2f-zephyr/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config ALTERA_AVALON_QSPI bool default y depends on SOC_FLASH_NIOS2_QSPI && SOC_NIOS2F_ZEPHYR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*