diff mbox series

[3/3] RFC: Example breakage

Message ID 20211020034351.1497248-3-sjg@chromium.org
State RFC
Headers show
Series [1/3] buildman: Write output even on fatal error | expand

Commit Message

Simon Glass Oct. 20, 2021, 3:43 a.m. UTC
This is just for illustration. Do not apply.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 Kconfig | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

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