diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.kernel | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 2c360d3eb..a0a681c6d 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -175,6 +175,11 @@ endchoice menu "Kernel options" +config ADK_KERNEL_UEVENT_HELPER_PATH + string + default "/sbin/mdev" + depends on ADK_RUNTIME_DEV_MDEV + config ADK_KERNEL_BINFMT_FLAT bool default y if ADK_TARGET_BINFMT_FLAT |