]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: Add DEPRECATED option
authorTom Rini <trini@konsulko.com>
Wed, 29 May 2019 21:01:29 +0000 (17:01 -0400)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 13 Jun 2019 07:21:06 +0000 (12:51 +0530)
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>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Kconfig

diff --git a/Kconfig b/Kconfig
index a02168690f5b19e060ccfe9b3e7751b38bd71fe4..436308854d0cc143eebfdc5a5d0b496e49c0b536 100644 (file)
--- 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