drivers: nrf_qspi_nor: Mark driver with FLASH_HAS_EXPLICIT_ERASE
All QSPI connected NOR Flash devices require erase prior to write. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
d7a4b634f2
commit
0c10b20cc8
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ menuconfig NORDIC_QSPI_NOR
|
|||
depends on DT_HAS_NORDIC_QSPI_NOR_ENABLED
|
||||
select FLASH_HAS_DRIVER_ENABLED
|
||||
select FLASH_HAS_PAGE_LAYOUT
|
||||
select FLASH_HAS_EXPLICIT_ERASE
|
||||
select NRFX_QSPI
|
||||
select FLASH_JESD216
|
||||
select PINCTRL
|
||||
|
|
|
|||
Loading…
Reference in a new issue