summaryrefslogtreecommitdiffstats
path: root/rules/pcmcia-cs.in
blob: f042b171a89a55150bcdd813e8d20fa83b5d960c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
menuconfig PCMCIA_TOOLS
	bool "PCMCIA Tools        "
	depends on KERNEL_2_4
	help
	  FIXME: This item needs to be documented

config PCMCIA_TOOLS_CARDMGR
	bool
	prompt "Install PCMCIA Card Manager"
	depends on PCMCIA_TOOLS
	help
	  Select this to install the programs cardmgr and cardctl onto the target

config PCMCIA_TOOLS_MISC
	bool
	prompt "Install additional PCMCIA Tools"
	depends on PCMCIA_TOOLS
	help
	  Select this to install the some of the additional programs (like ifport
	  ifuser, ide_info) onto the target

config PCMCIA_TOOLS_DEBUG
	bool
	prompt "Install PCMCIA Debug Tools"
	depends on PCMCIA_TOOLS
	help
	  Select this to install the programs dump_cis and pack_cis onto the target

config PCMCIA_TOOLS_FTL
	bool
	prompt "Install PCMCIA FTL Tools"
	depends on PCMCIA_TOOLS
	help
	  Select this to install the programs ftl_format and ftl_check onto the target