mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Convert fragmentation ST24FL1 driver to use QSPI interface
This commit is contained in:
+4
-5
@@ -390,16 +390,15 @@ endif
|
||||
config MTD_ST25FL1
|
||||
bool "QuadSPI-based ST25FL1 FLASH"
|
||||
default n
|
||||
select SPI
|
||||
|
||||
if MTD_ST25FL1
|
||||
|
||||
config ST25FL1_SPIMODE
|
||||
int "ST25FL1 SPI Mode"
|
||||
config ST25FL1_QSPIMODE
|
||||
int "ST25FL1 QuadSPI Mode"
|
||||
default 0
|
||||
|
||||
config ST25FL1_SPIFREQUENCY
|
||||
int "ST25FL1 SPI Frequency"
|
||||
config ST25FL1_QSPIFREQUENCY
|
||||
int "ST25FL1 QuadSPI Frequency"
|
||||
default 20000000
|
||||
|
||||
config ST25FL1_SECTOR512
|
||||
|
||||
Reference in New Issue
Block a user