[PATCH 3/3] RFC: Example breakage
Simon Glass
sjg at chromium.org
Wed Oct 20 05:43:51 CEST 2021
This is just for illustration. Do not apply.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Kconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Kconfig b/Kconfig
index 931a22806e4..142f4e7fcc7 100644
--- a/Kconfig
+++ b/Kconfig
@@ -20,6 +20,11 @@ config BROKEN
This option cannot be enabled. It is used as dependency
for broken and incomplete features.
+config BREAK_ME
+ int "Break things"
+ help
+ This should break things.
+
config DEPRECATED
bool
help
--
2.33.0.1079.g6e70778dc9-goog
More information about the U-Boot
mailing list