该文件是rt_linux

源代码在线查看: config.in

软件大小: 37457 K
上传用户: jianmingcao
关键词: rt_linux
下载地址: 免注册下载 普通下载 VIP

相关代码

				#				# Wireless LAN device configuration				#								if [ "$CONFIG_ISA" = "y" -o "$CONFIG_PCI" = "y" ]; then				   tristate '  Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards' CONFIG_AIRO				fi								tristate '  Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)' CONFIG_HERMES								if [ "$CONFIG_ALL_PPC" = "y" ]; then				   dep_tristate '    Apple Airport support (built-in)' CONFIG_APPLE_AIRPORT $CONFIG_HERMES				fi								if [ "$CONFIG_PCI" = "y" ]; then				   dep_tristate '    Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.) (EXPERIMENTAL)' CONFIG_PLX_HERMES $CONFIG_HERMES $CONFIG_EXPERIMENTAL				   dep_tristate '    Prism 2.5 PCI 802.11b adaptor support (EXPERIMENTAL)' CONFIG_PCI_HERMES $CONFIG_HERMES $CONFIG_EXPERIMENTAL				fi								# If Pcmcia is compiled in, offer Pcmcia cards...				if [ "$CONFIG_PCMCIA" != "n" ]; then				   comment 'Wireless Pcmcia cards support' 								   dep_tristate '  Hermes PCMCIA card support' CONFIG_PCMCIA_HERMES $CONFIG_HERMES				   tristate '  Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards' CONFIG_AIRO_CS				fi								# yes, this works even when no drivers are selected				if [ "$CONFIG_ISA" = "y" -o "$CONFIG_PCI" = "y" -o \				     "$CONFIG_ALL_PPC" = "y" -o "$CONFIG_PCMCIA" != "n" ]; then				   define_bool CONFIG_NET_WIRELESS y				else				   define_bool CONFIG_NET_WIRELESS n				fi							

相关资源