GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)

This commit is contained in:
lai
2026-09-06 03:52:57 +08:00
commit b1928b41c0
21813 changed files with 4413081 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
menu "Flash Controller"
config FMC
bool "Enable FMC - Flash Memory Controller"
depends on TARGET_XMFALCON || TARGET_XMORCA
help
lotus Flash Memory Controller support SPI Nor SPI Nand often used on
embedded chip. This option will provide the generic support for FMC drivers to register.
source "lotus/drivers/mtd/nand/Kconfig"
source "lotus/drivers/mtd/spi_nor/Kconfig"
config SHOW_FLASH_SPEED
bool "Show Flash R/W Speed in flash commands"
default n
depends on FMC_SPI_NAND || FMC_SPI_NOR || FMC_NAND
help
Support for testing flash speed.
endmenu