15 lines
197 B
Plaintext
15 lines
197 B
Plaintext
![]() |
menu "QSPI"
|
||
|
config QSPI
|
||
|
bool "Enable QSPI"
|
||
|
default n
|
||
|
|
||
|
config QSPI_STATIS
|
||
|
bool "Enable QSPI Statis"
|
||
|
default y
|
||
|
|
||
|
config QSPI_FLASH_GD
|
||
|
bool "Enable GD Flash"
|
||
|
default n
|
||
|
endmenu
|
||
|
|