summaryrefslogtreecommitdiff
path: root/package/busybox/Config.in.manual
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/Config.in.manual')
-rw-r--r--package/busybox/Config.in.manual6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual
index 747651572..42931ca97 100644
--- a/package/busybox/Config.in.manual
+++ b/package/busybox/Config.in.manual
@@ -414,3 +414,9 @@ config BUSYBOX_DISABLE_KMOD
depends on ADK_PACKAGE_KMOD
default n
+config BUSYBOX_DISABLE_PS
+ bool
+ default y if ADK_PACKAGE_PROCPS
+ depends on ADK_PACKAGE_PROCPS
+ default n
+