Loading
drivers/flash: Remove irrelevant option in w25qxxdv driver
CONFIG_SPI_FLASH_W25QXXDV_MAX_DATA_LEN is a left-over from old SPI API
usage. Now, there is no limit (besides the flash size) in SPI data
transaction.
Fixes #8327
Signed-off-by:
Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>