summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authordir <diez.roggisch@ableton.com>2018-02-28 21:03:58 +0100
committerdir <dir@ableton.com>2018-08-13 17:54:03 +0200
commit70a42f6597b06f9be12db1bd32bb6a97d4a2e182 (patch)
tree83c060bb6e269ee4267c7e59dac4242faf8bfa69 /target
parent922ca0cee6fd1c5b64e4a66c0167bb385f410bf2 (diff)
Add option to mount debugfs at startup
@upstream
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.runtime6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 7697bcaf9..9c9b9cd49 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -188,6 +188,12 @@ config ADK_RUNTIME_USER_SHELL
help
Set the shell to use.
+config ADK_RUNTIME_MOUNT_DEBUGFS
+ bool "mount debugfs"
+ depends on !ADK_RUNTIME_INIT_SYSTEMD
+ help
+ mount debugfs under /sys/kernel/debug
+
config ADK_RUNTIME_START_SERVICES
bool "start services by default"
default n