mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
#-----------------------------
|
|
# spinor driver local parameter
|
|
#-----------------------------
|
|
|
|
config AIC_SPINOR_DRV
|
|
bool
|
|
select AIC_QSPI_DRV
|
|
select RT_USING_MTD_NOR if DRIVER_DRV_EN
|
|
select RT_USING_SFUD if DRIVER_DRV_EN
|
|
default n
|
|
|