diff options
author | dir <dir@ableton.com> | 2017-11-30 14:48:41 +0100 |
---|---|---|
committer | dir <dir@ableton.com> | 2018-08-13 17:54:03 +0200 |
commit | 6ffa4d43382fe8187a0b336b091d1c400a4a7081 (patch) | |
tree | eb99ef0e5e63ceb996214b1703ecabe4a3bd499f /target/config/Config.in.runtime | |
parent | 009e895adb57d1738b10c5dea3d6af88c5142abc (diff) |
Implement mdev logging output on demand
@upstream
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 6d5a460ab..35f65b48d 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -64,6 +64,10 @@ config ADK_RUNTIME_DEV_MDEV depends on ADK_PACKAGE_BUSYBOX depends on !ADK_RUNTIME_INIT_SYSTEMD +config ADK_RUNTIME_DEV_MDEV_LOGGING + bool "Log mdev events into /dev/mdev.log" + depends on ADK_RUNTIME_DEV_MDEV + config ADK_RUNTIME_DEV_UDEV bool "Use udev" select ADK_PACKAGE_UDEV |