summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-06-17 11:32:22 -0400
committerTom Rini <trini@konsulko.com>2019-06-17 11:32:22 -0400
commitc3f43185eeb9e600c6cc0e7721f52c749e14c666 (patch)
treeb79e54432f4da8bc868c411791a704d8c4a2cb19 /Kconfig
parentc3e8aa1a9ed5f6db7345b23a2f8f136e987ebd4d (diff)
parent88369d33e322e0cdfbb1f0c33021ad424578619e (diff)
Merge branch 'master' of git://git.denx.de/u-boot-spi
- Drop zipitz2 board (Tom) - Add DEPRECATED option (Tom) - Mark legacy or non-dm drivers as DEPRECATED (Jagan)
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 31e75001ff..6b44256538 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