drivers/flash/nrf: Mark driver as FLASH_HAS_EXPLICIT_ERASE
Select CONFIG_FLASH_HAS_EXPLICIT_ERASE for the NRF driver. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
bbb7bbe46d
commit
6d75bc519b
2 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ menuconfig SOC_FLASH_NRF
|
||||||
depends on !FLASH_NRF_FORCE_ALT
|
depends on !FLASH_NRF_FORCE_ALT
|
||||||
select FLASH_HAS_PAGE_LAYOUT
|
select FLASH_HAS_PAGE_LAYOUT
|
||||||
select FLASH_HAS_DRIVER_ENABLED
|
select FLASH_HAS_DRIVER_ENABLED
|
||||||
|
select FLASH_HAS_EXPLICIT_ERASE
|
||||||
select NRFX_NVMC
|
select NRFX_NVMC
|
||||||
select MPU_ALLOW_FLASH_WRITE if ARM_MPU
|
select MPU_ALLOW_FLASH_WRITE if ARM_MPU
|
||||||
help
|
help
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2017-2023 Nordic Semiconductor ASA
|
* Copyright (c) 2017-2024 Nordic Semiconductor ASA
|
||||||
* Copyright (c) 2016 Linaro Limited
|
* Copyright (c) 2016 Linaro Limited
|
||||||
* Copyright (c) 2016 Intel Corporation
|
* Copyright (c) 2016 Intel Corporation
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue