zephyr/drivers/flash/Kconfig.nios2_qspi
Kumar Gala 78745b2de9 flash: nios2_qspi: Convert driver to be devicetree based
Do simple conversion of driver to have driver enabled by devicetree
in Kconfig and struct device created based on basic devicetree
data.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-12 08:11:42 -04:00

11 lines
267 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
config SOC_FLASH_NIOS2_QSPI
bool "Nios-II QSPI flash driver"
default y
depends on HAS_ALTERA_HAL
depends on DT_HAS_ALTR_NIOS2_QSPI_NOR_ENABLED
select FLASH_HAS_DRIVER_ENABLED
help
Enables the Nios-II QSPI flash driver.