51 lines
910 B
Plaintext
Executable File
Vendored
51 lines
910 B
Plaintext
Executable File
Vendored
config MS_FLASH_ISP
|
|
|
|
select MTD
|
|
#select MTD_CHAR
|
|
#select MTD_BLKDEVS
|
|
#select NFTL
|
|
#select NFTL_RW
|
|
#select MTD_OOPS
|
|
|
|
#select MTD_COMPLEX_MAPPINGS
|
|
#select MTD_BLOCK2MTD
|
|
#select MTD_CMDLINE_PARTS
|
|
#select SCSI_LOWLEVEL
|
|
#select AUTOFS_FS
|
|
|
|
#select FAT_FS
|
|
#select MSDOS_FS
|
|
#select VFAT_FS
|
|
|
|
#select MTD_DEBUG
|
|
#select MTD_DEBUG_VERBOSE
|
|
#select MTD_CONCAT
|
|
#select MTD_PARTITIONS
|
|
#select MTD_NAND
|
|
#select JFFS2_FS
|
|
#select JFFS2_FS_DEBUG
|
|
#select JFFS2_FS_WRITEBUFFER
|
|
|
|
bool "Serial Flash driver"
|
|
default n
|
|
---help---
|
|
Enable compilation option for Serial Flash.
|
|
FSP support Quadread/Daulread/write with BDMA.
|
|
|
|
if MS_FLASH_ISP
|
|
config MS_FLASH_ISP_MXP_PARTS
|
|
bool
|
|
default y
|
|
|
|
|
|
config SS_FLASH_ISP_WP
|
|
bool "Serial Flash Write Protect Support"
|
|
default n
|
|
depends on MS_FLASH_ISP
|
|
help
|
|
Support serial flash write protect function.
|
|
|
|
endif
|
|
|
|
|