summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-09 05:29:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-09 05:30:22 +0200
commit43f376e1c0001857d9f61f8b0a62b8d74ed24500 (patch)
treec6f1e42bcccbe4b8f6bd4836d0eefa0912ba3859 /target/config/Config.in.runtime
parent696c520e50e4c763dfdf9e282c5cb4d35b12a4c3 (diff)
add devtmpfs only for mdev/udev
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r--target/config/Config.in.runtime4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 257eb6819..4e6eebb5b 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -12,10 +12,14 @@ prompt "System for /dev management"
config ADK_RUNTIME_DEV_MDEV
bool "Use mdev"
+ select ADK_KERNEL_DEVTMPFS
+ select ADK_KERNEL_DEVTMPFS_MOUNT
config ADK_RUNTIME_DEV_UDEV
bool "Use udev"
select ADK_PACKAGE_UDEV
+ select ADK_KERNEL_DEVTMPFS
+ select ADK_KERNEL_DEVTMPFS_MOUNT
config ADK_RUNTIME_DEV_STATIC
bool "Use static /dev"