drivers: flash: remove qmsi flash driver
No users of this driver after dropping quark platforms. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
d314dc74a7
commit
5a058dc29e
3 changed files with 0 additions and 47 deletions
|
@ -5,7 +5,6 @@ zephyr_library()
|
|||
zephyr_library_sources_ifdef(CONFIG_SPI_NOR spi_nor.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_FLASH_SIMULATOR flash_simulator.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_SPI_FLASH_W25QXXDV spi_flash_w25qxxdv.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_SOC_FLASH_QMSI soc_flash_qmsi.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_SOC_FLASH_NRF soc_flash_nrf.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_SOC_FLASH_MCUX soc_flash_mcux.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_FLASH_PAGE_LAYOUT flash_page_layout.c)
|
||||
|
|
|
@ -57,8 +57,6 @@ source "drivers/flash/Kconfig.native_posix"
|
|||
|
||||
source "drivers/flash/Kconfig.nor"
|
||||
|
||||
source "drivers/flash/Kconfig.qmsi"
|
||||
|
||||
source "drivers/flash/Kconfig.stm32"
|
||||
|
||||
source "drivers/flash/Kconfig.sam0"
|
||||
|
|
|
@ -1,44 +0,0 @@
|
|||
#
|
||||
# Copyright (c) 2018 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
menuconfig SOC_FLASH_QMSI
|
||||
bool "QMSI flash driver"
|
||||
depends on QMSI
|
||||
select FLASH_HAS_DRIVER_ENABLED
|
||||
help
|
||||
Enable QMSI Quark flash driver.
|
||||
|
||||
if SOC_FLASH_QMSI
|
||||
|
||||
config SOC_FLASH_QMSI_DEV_NAME
|
||||
string "QMSI flash device name"
|
||||
default "QUARK_FLASH"
|
||||
help
|
||||
Specify the device name for the flash driver.
|
||||
|
||||
config SOC_FLASH_QMSI_CLK_COUNT_US
|
||||
int "System clk count per microsecond"
|
||||
default 32
|
||||
help
|
||||
Specify the system clk cycles per microsecond.
|
||||
|
||||
config SOC_FLASH_QMSI_WAIT_STATES
|
||||
int "The number of flash wait states"
|
||||
default 1
|
||||
help
|
||||
Specify the number of wait states for Quark flash.
|
||||
|
||||
config SOC_FLASH_QMSI_SYS_SIZE
|
||||
hex "SOC system flash size"
|
||||
help
|
||||
Specify system flash size on the Quark SOC.
|
||||
|
||||
config SOC_FLASH_QMSI_API_REENTRANCY
|
||||
bool "flash driver API reentrancy for QMSI shim driver"
|
||||
help
|
||||
Enable support for QMSI flash driver API reentrancy.
|
||||
|
||||
endif # SOC_FLASH_QMSI
|
Loading…
Add table
Add a link
Reference in a new issue