diff mbox series

[U-Boot,PATCHv2,03/11] Kconfig: Add DEPRECATED option

Message ID 1558273931-1415-3-git-send-email-trini@konsulko.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [U-Boot,PATCHv2,01/11] configs: Migrate CONFIG_FMAN_ETH and some related options to Kconfig | expand

Commit Message

Tom Rini May 19, 2019, 1:52 p.m. UTC
Add a new option, CONFIG_DEPRECATED, for code that relies on deprecated
functionality and has not been converted past the deadline for
conversion.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/Kconfig b/Kconfig
index da208d65a32c..e780fce8efdb 100644
--- a/Kconfig
+++ b/Kconfig
@@ -20,6 +20,13 @@  config BROKEN
 	  This option cannot be enabled. It is used as dependency
 	  for broken and incomplete features.
 
+config DEPRECATED
+	bool
+	help
+	  This option cannot be enabled.  It it used as a dependency for
+	  code that relies on deprecated features that will be removed and
+	  the conversion deadline has passed.
+
 config LOCALVERSION
 	string "Local version - append to U-Boot release"
 	help