:orphan: .. title:: SOC_FLASH_RV32M1 .. option:: CONFIG_SOC_FLASH_RV32M1 *RV32M1 flash shim driver* Type: ``bool`` Help ==== Enables the RV32M1 flash shim driver. WARNING: This driver will disable the system interrupts for the duration of the flash erase/write operations. This will have an impact on the overall system performance - whether this is acceptable or not will depend on the use case. Direct dependencies =================== (\ :option:`FLASH ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :option:`HAS_RV32M1_FTFX ` && \ :option:`FLASH `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`FLASH_HAS_PAGE_LAYOUT ` - \ :option:`FLASH_HAS_DRIVER_ENABLED ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:150`` 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 SOC_FLASH_RV32M1 bool default y depends on \ :option:`FLASH ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``drivers/flash/Kconfig.rv32m1:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:85`` Menu path: (Top) → Device Drivers → Flash hardware support .. parsed-literal:: config SOC_FLASH_RV32M1 bool "RV32M1 flash shim driver" select \ :option:`FLASH_HAS_PAGE_LAYOUT ` select \ :option:`FLASH_HAS_DRIVER_ENABLED ` depends on \ :option:`HAS_RV32M1_FTFX ` && \ :option:`FLASH ` help Enables the RV32M1 flash shim driver. WARNING: This driver will disable the system interrupts for the duration of the flash erase/write operations. This will have an impact on the overall system performance - whether this is acceptable or not will depend on the use case. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*