Files
luban-lite-t3e-pro/bsp/artinchip/drv/qspi/Kconfig.dev

18 lines
449 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
#-----------------------------
2024-04-03 16:40:57 +08:00
# SPI devices local parameter
2023-08-30 16:21:18 +08:00
#-----------------------------
2023-11-09 20:19:51 +08:00
config AIC_SUPPORT_SPI_IN_BIT_MODE
bool "Enable SPI bit mode"
default n
depends on AIC_QSPI_DRV
config AIC_SUPPORT_SPI_X_WIRE_IN_BIT_MODE
int "SPI bit mode is 3-WIRE or STD"
depends on AIC_SUPPORT_SPI_IN_BIT_MODE
default 3
range 3 4
2023-08-30 16:21:18 +08:00
source "bsp/artinchip/drv/spinor/Kconfig.dev"
source "bsp/artinchip/drv/spinand/Kconfig.dev"