diff --git a/Kconfig b/Kconfig
index 7a5491bd67..eb3c2d04d3 100644
--- a/Kconfig
+++ b/Kconfig
@@ -15,11 +15,16 @@ source "arch/Kconfig"
 menu "General setup"
 
 config BROKEN
-	bool
+	bool "Broken configuration"
 	help
 	  This option cannot be enabled. It is used as dependency
 	  for broken and incomplete features.
 
+	  These broken configurations may comes under,
+	  - legacy driver that would need dm conversion.
+	  - legacy driver that doesn't have proper update since
+	    from the releases.
+
 config LOCALVERSION
 	string "Local version - append to U-Boot release"
 	help
