From f7a85a9f99e77b36cdef2659798e439e4fb743cf Mon Sep 17 00:00:00 2001 From: armink Date: Fri, 29 Sep 2017 16:57:17 +0800 Subject: [PATCH] [KConfig] Add SFUD KConfig. --- components/drivers/KConfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/components/drivers/KConfig b/components/drivers/KConfig index 7679ea4493..663b35c188 100644 --- a/components/drivers/KConfig +++ b/components/drivers/KConfig @@ -45,6 +45,23 @@ config RT_USING_SPI default n if RT_USING_SPI + config RT_USING_SFUD + bool "Using Serial Flash Universal Driver" + default n + if RT_USING_SFUD + config RT_SFUD_USING_SFDP + bool "Using auto probe flash JEDEC SFDP parameter" + default y + + config RT_SFUD_USING_FLASH_INFO_TABLE + bool "Using defined supported flash chip information table" + default y + + config RT_SFUD_DEBUG + bool "Show more SFUD debug information" + default n + endif + config RT_USING_W25QXX bool "Using W25QXX SPI NorFlash" default n -- GitLab