CONFIG_RP2_FLASH_W25X10CL

(No prompt – not directly user assignable.)

Type: bool

Help

Configure RP2 to use a W25X10CL flash chip, or similar. Should be selected
by the board definition, not the user.

Direct dependencies

SOC_FAMILY_RPI_PICO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <SoC>/arm/rpi_pico/rp2/Kconfig.soc:40

Included via Kconfig:8Kconfig.zephyr:38<SoC>/Kconfig:18<SoC>/arm/rpi_pico/Kconfig:16

Menu path: (Top) → Hardware Configuration

config RP2_FLASH_W25X10CL
    bool
    depends on SOC_FAMILY_RPI_PICO
    help
      Configure RP2 to use a W25X10CL 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.)