summaryrefslogtreecommitdiff
path: root/test/Kconfig
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-06 18:04:32 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-06 18:04:32 +0200
commita7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 (patch)
tree41c4deec1fdfbafd7821b4ca7a9772ac0abd92f5 /test/Kconfig
Imported Upstream version 2.9.3upstream/2.9.3
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