aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/pcmcia-cs/Config.in
blob: afcfa39ffd4c24d4b306ac06504aa31adca08a80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_COMPILE_PCMCIA_CS
	tristate
	default n
	depends BR2_PACKAGE_PCMCIA_UTILS

config BR2_PACKAGE_PCMCIA_UTILS
	prompt "pcmcia-utils...................... PCMCIA/Cardbus management utilities"
	tristate
	depends BR2_LINUX_PCMCIA_SUPPORT
	select BR2_COMPILE_PCMCIA_CS
	select BR2_PACKAGE_KMOD_PCMCIA_CORE
	default m if CONFIG_DEVEL
	help
	  PCMCIA/Cardbus management utilities
	  
	  http://pcmcia-cs.sourceforge.net/