summaryrefslogtreecommitdiffstats
path: root/rules/pcmcia-cs.in
blob: 505dfbd2caf0e79e50cd6611c0b875b4def75b00 (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
36
37
38
39
40
41
42
43
44
45
46
47
menuconfig PCMCIA_TOOLS
	tristate
	prompt "pcmcia tools                  "
	depends on KERNEL_2_4
	help
	  The Linux pcmcia-cs package is officially deprecated.
	  It can only be used with 2.4 and older kernels. Current
	  information on PCMCIA support for recent 2.6 kernels is
	  available here.

	  Card Services for Linux is a complete PCMCIA support package.
	  It includes a set of loadable kernel modules that implement a
	  version of the PCMCIA 2.1 Card Services applications program
	  interface, a set of client drivers for specific cards, and a
	  card manager daemon that can respond to card insertion and
	  removal events, loading and unloading drivers on demand. It
	  supports "hot swapping" of PCMCIA cards, so cards can be
	  inserted and ejected at any time.

if PCMCIA_TOOLS

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

config PCMCIA_TOOLS_MISC
	bool
	prompt "Install additional 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"
	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"
	help
	  Select this to install the programs ftl_format and ftl_check onto the target

endif