CONFIG_SOC_FLASH_NRF_LL_SOFTDEVICE

SoftDevice Controller flash driver

Type: bool

Help

Enables SoftDevice Controller flash driver.

Direct dependencies

FLASH && BT_LL_SOFTDEVICE

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/drivers/bt_ll_softdevice/flash/Kconfig:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:27<nRF>/drivers/Kconfig:17<nRF>/drivers/bt_ll_softdevice/Kconfig:8

Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers

config SOC_FLASH_NRF_LL_SOFTDEVICE
    bool "SoftDevice Controller flash driver"
    default y
    select FLASH_NRF_FORCE_ALT
    select FLASH_HAS_PAGE_LAYOUT
    select FLASH_HAS_DRIVER_ENABLED
    select NRFX_NVMC
    select MPU_ALLOW_FLASH_WRITE if ARM_MPU
    select MULTITHREADING_LOCK
    depends on FLASH && BT_LL_SOFTDEVICE
    help
      Enables SoftDevice Controller flash driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)