mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
99 lines
2.2 KiB
Plaintext
99 lines
2.2 KiB
Plaintext
#-----------------------------
|
|
# spinand local parameter
|
|
#-----------------------------
|
|
|
|
menuconfig AIC_QSPI0_DEVICE_SPINAND
|
|
bool "SPI0 Devices: SPINAND"
|
|
depends on AIC_USING_QSPI0
|
|
select LPKG_USING_SPINAND
|
|
select AIC_SPINAND_DRV
|
|
default n
|
|
|
|
if AIC_QSPI0_DEVICE_SPINAND
|
|
config AIC_QSPI0_DEVICE_SPINAND_FREQ
|
|
int "SPINAND bus frequency(Hz)"
|
|
default 100000000
|
|
|
|
config AIC_QSPI0_DEVICE_SPINAND_CONT_READ
|
|
bool "Continuous Read Mode Enable"
|
|
select AIC_SPINAND_CONT_READ
|
|
default n
|
|
endif
|
|
|
|
menuconfig AIC_QSPI1_DEVICE_SPINAND
|
|
bool "SPI1 Devices: SPINAND"
|
|
depends on AIC_USING_QSPI1
|
|
select LPKG_USING_SPINAND
|
|
select AIC_SPINAND_DRV
|
|
default n
|
|
|
|
if AIC_QSPI1_DEVICE_SPINAND
|
|
config AIC_QSPI1_DEVICE_SPINAND_FREQ
|
|
int "SPINAND bus frequency(Hz)"
|
|
default 100000000
|
|
|
|
config AIC_QSPI1_DEVICE_SPINAND_CONT_READ
|
|
bool "Continuous Read Mode Enable"
|
|
select AIC_SPINAND_CONT_READ
|
|
default n
|
|
|
|
endif
|
|
|
|
menuconfig AIC_QSPI2_DEVICE_SPINAND
|
|
bool "SPI2 Devices: SPINAND"
|
|
depends on AIC_USING_QSPI2
|
|
select LPKG_USING_SPINAND
|
|
select AIC_SPINAND_DRV
|
|
default n
|
|
|
|
if AIC_QSPI2_DEVICE_SPINAND
|
|
config AIC_QSPI2_DEVICE_SPINAND_FREQ
|
|
int "SPINAND bus frequency(Hz)"
|
|
default 100000000
|
|
|
|
config AIC_QSPI2_DEVICE_SPINAND_CONT_READ
|
|
bool "Continuous Read Mode Enable"
|
|
select AIC_SPINAND_CONT_READ
|
|
default n
|
|
|
|
endif
|
|
|
|
menuconfig AIC_QSPI3_DEVICE_SPINAND
|
|
bool "SPI3 Devices: SPINAND"
|
|
depends on AIC_USING_QSPI3
|
|
select LPKG_USING_SPINAND
|
|
select AIC_SPINAND_DRV
|
|
default n
|
|
|
|
if AIC_QSPI3_DEVICE_SPINAND
|
|
config AIC_QSPI3_DEVICE_SPINAND_FREQ
|
|
int "SPINAND bus frequency(Hz)"
|
|
default 100000000
|
|
|
|
config AIC_QSPI3_DEVICE_SPINAND_CONT_READ
|
|
bool "Continuous Read Mode Enable"
|
|
select AIC_SPINAND_CONT_READ
|
|
default n
|
|
|
|
endif
|
|
|
|
menuconfig AIC_QSPI4_DEVICE_SPINAND
|
|
bool "SPI4 Devices: SPINAND"
|
|
depends on AIC_USING_QSPI4
|
|
select LPKG_USING_SPINAND
|
|
select AIC_SPINAND_DRV
|
|
default n
|
|
|
|
if AIC_QSPI4_DEVICE_SPINAND
|
|
config AIC_QSPI4_DEVICE_SPINAND_FREQ
|
|
int "SPINAND bus frequency(Hz)"
|
|
default 100000000
|
|
|
|
config AIC_QSPI4_DEVICE_SPINAND_CONT_READ
|
|
bool "Continuous Read Mode Enable"
|
|
select AIC_SPINAND_CONT_READ
|
|
default n
|
|
|
|
endif
|
|
|