Files
luban-lite-t3e-pro/bsp/artinchip/drv/spinand/Kconfig.drv
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

23 lines
618 B
Plaintext

#-----------------------------
# qspi driver local parameter
#-----------------------------
config AIC_SPINAND_DRV
bool
select AIC_QSPI_DRV
select RT_USING_MTD_NAND if DRIVER_DRV_EN
default n
config AIC_SPINAND_CONT_READ
bool
default n
help
Enable this func for SPI NAND flash to speed up
the start-up.if the device supports continuous read mode
and the read length is greater then one page size,the device
will enter the continuous read mode.this mode helps avoiding
issuing a page read command and read from cache command again,
and improves the performance of reading continuous pages.