From 79e1cab0d16468b114ea93e53eb63b76b5d39b62 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 15 Nov 2005 00:08:29 +0000 Subject: Yann Morin's modprobe multiple options patch. There's more work to be done, but let's ship 1.1 first... --- modutils/Config.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'modutils/Config.in') diff --git a/modutils/Config.in b/modutils/Config.in index 986b65c..bf19a3e 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -100,6 +100,25 @@ config CONFIG_MODPROBE Handle the loading of modules, and their dependancies on a high level. + Note that, in the state it is, modprobe can pass only one option + to the modules it loads. See option below. + +config CONFIG_MODPROBE_MULTIPLE_OPTIONS + bool "Multiple options parsing" + default y + depends on CONFIG_MODPROBE + help + Allow modprobe to understand more than one option to pass to + modules. + + This is a WIP, while waiting for a common argument parsing + common amongst all BB applets (shell, modprobe, etc...) and + adds around 600 bytes on x86, 700 bytes on ARM. The code is + biggish and uggly, but just works. + + Saying Y here is not a bad idea if you're not that short + on storage capacity. + config CONFIG_RMMOD bool "rmmod" default n -- cgit v1.1