diff --git a/common/Kconfig b/common/Kconfig
index 2976cd78ddd4812ec4ece2e28bb006167b9ef1d4..40cd69ed708503a472933310068af4764ce1a913 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -311,6 +311,11 @@ config CMD_NAND
 	help
 	  NAND support.
 
+config CMD_SF
+	bool "sf"
+	help
+	  SPI Flash support
+
 config CMD_SPI
 	bool "sspi"
 	help