summaryrefslogtreecommitdiff
path: root/test/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'test/Kconfig')
-rw-r--r--test/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/Kconfig b/test/Kconfig
new file mode 100644
index 0000000..0c24991
--- /dev/null
+++ b/test/Kconfig
@@ -0,0 +1,12 @@
+#
+# DOPANIC device configuration
+#
+
+menu "DOPANIC"
+config DOPANIC
+ tristate 'Do Panic'
+ help
+ This causes a Linux kernel panic when loaded.
+ If unsure, say N.
+
+endmenu