From beac1bd58e231f8b1664c767dc128a1d86b27fff Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 2 Jun 2008 13:28:47 +0000 Subject: - optional fancy pruning-mode for depmod --- modutils/Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'modutils/Config.in') diff --git a/modutils/Config.in b/modutils/Config.in index c69e1b376..fb7fb2266 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -11,6 +11,20 @@ config DEPMOD help depmod generates modules.dep (FIXME: elaborate) +config FEATURE_DEPMOD_PRUNE_FANCY + bool "fancy dependency pruning" + default n + depends on DEPMOD + help + By default modules.dep contains all dependencies as listed by + the modules. + If you enable this option then we remove implied modules from + the dependencies. + This makes depmod somewhat bigger but generates a smaller + modules.dep file. + + If unsure, say N. + config INSMOD bool "insmod" default n -- cgit v1.2.3