summaryrefslogtreecommitdiffstats
path: root/rules/pcmciautils.in
blob: b34298d1a298ad4c8289e9d5e3e2b19e0ba943a9 (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
menuconfig PCMCIAUTILS
	tristate
	prompt "pcmcia utils                  "
	select SYSFSUTILS
	select SYSFSUTILS_LIB
	help
	  PCMCIAutils contains hotplug scripts and initialization tools
	  necessary to allow the PCMCIA subsystem to behave (almost) as
	  every other hotpluggable bus system (e.g. USB, IEEE1394).
	  Please note that the kernel support for this new feature is only
	  present since 2.6.13-rc1. Also, you need sysfsutils 1.3.0 and
	  module-init-tools 3.2-pre4 or later.
	  (see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html
	   and http://www.kernel.org/pub/linux/utils/kernel/pcmcia/howto.html)

if PCMCIAUTILS

config PCMCIAUTILS_STARTUP
	bool
	prompt "Support dynamic sockets (STARTUP, PCCARD_NONSTATIC)"
	help
	  If this is enabled some more programms are built and installed to allow
	  hotplugging of the pcmcia socket itself.
	  "You don't need it if the socket driver does not select
	  PCCARD_NONSTATIC -- that is the case for many embedded systems --
	  and for yenta_socket if the cardbus bridge is either below a
	  PCI-PCI bridge, or where the PCI bus is not equivalent to the host
	  bus (e.g. on PPC)"
	  (see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html
	   and http://www.kernel.org/pub/linux/utils/kernel/pcmcia/howto.html)

endif