From: Tom Rini Date: Wed, 29 May 2019 21:01:29 +0000 (-0400) Subject: Kconfig: Add DEPRECATED option X-Git-Tag: v2025.01-rc5-pxa1908~2925^2~7 X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=524e98a71264631593fb83abfad21a01f62cd76e;p=u-boot.git Kconfig: Add DEPRECATED option 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 Reviewed-by: Jagan Teki --- diff --git a/Kconfig b/Kconfig index a02168690f..436308854d 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