summaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index b0f239e443bc..8fa69624cf2c 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -867,6 +867,19 @@ config DYNAMIC_PRINTK_DEBUG
debugging for all modules. This mode can be turned off via the above
disable command.
+config TMPFSDEV
+ bool "Create some device nodes in tmpfs"
+ depends on TMPFS
+ default n
+ help
+ This hack allows the kernel to create some needed device nodes itself
+ on booting. It mounts a tmpfs in /dev and creates the nodes inside.
+
+ This supports customization of root filesystems without root
+ privileges.
+
+ Currently created nodes: console, null.
+
source "samples/Kconfig"
source "lib/Kconfig.kgdb"