drivers/flash/nordic_qspi_nor: Add missing FLASH_HAS_PAGE_LAYOUT
The Kconfig for device has not been missing the FLASH_HAS_PAGE_LAYOUT. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
8e65ed94cb
commit
a7909bc596
@ -6,6 +6,7 @@ menuconfig NORDIC_QSPI_NOR
|
||||
default y
|
||||
depends on DT_HAS_NORDIC_QSPI_NOR_ENABLED
|
||||
select FLASH_HAS_DRIVER_ENABLED
|
||||
select FLASH_HAS_PAGE_LAYOUT
|
||||
select NRFX_QSPI
|
||||
select FLASH_JESD216
|
||||
select PINCTRL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user