This is just for illustration. Do not apply.
Signed-off-by: Simon Glass <[email protected]>
---
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