summaryrefslogtreecommitdiffstats
path: root/rules/host-module-init-tools.in
blob: f4b7e6e769acf5c8f787ad285d09586c677db1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config HOST_MODULE_INIT_TOOLS
	bool
	default N
	prompt "Module Init Tools"
	help
	  This package contains a set of programs for loading, inserting
	  and removing kernel modules for Linux (versions 2.5.48 and
	  above).

config HOST_MODUTILS
	bool
	default N
	prompt "Modutils"
	select HOST_FLEX254
	help
	  Modutils is the old set of programs for handling kernel modules.