:orphan: .. title:: CONFIG_RP2_FLASH_W25Q080 .. kconfig:: CONFIG_RP2_FLASH_W25Q080 CONFIG_RP2_FLASH_W25Q080 ######################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Configure RP2 to use a W25Q080 flash chip, or similar. Should be selected by the board definition, not the user. Direct dependencies =================== \ :kconfig:`BOARD_RPI_PICO ` || \ :kconfig:`SOC_FAMILY_RPI_PICO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/rpi_pico/Kconfig.defconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config RP2_FLASH_W25Q080 bool default y depends on BOARD_RPI_PICO ---- At ``/arm/rpi_pico/rp2/Kconfig.soc:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/rpi_pico/Kconfig:16`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config RP2_FLASH_W25Q080 bool depends on SOC_FAMILY_RPI_PICO help Configure RP2 to use a W25Q080 flash chip, or similar. Should be selected by the board definition, not the user. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*