Kconfig (4854c7b27f0975a2b629f35ea3996d2968eb7c4f) Kconfig (e85d0918b54fbd9b38003752f7d665416b06edd8)
1#
2# Wireless LAN device configuration
3#
4
5menu "Wireless LAN (non-hamradio)"
6 depends on NETDEVICES
7
8config NET_RADIO

--- 536 unchanged lines hidden (view full) ---

545 The zd1201 device requires external firmware to be loaded.
546 This can be found at http://linux-lc100020.sourceforge.net/
547
548 To compile this driver as a module, choose M here: the
549 module will be called zd1201.
550
551source "drivers/net/wireless/hostap/Kconfig"
552source "drivers/net/wireless/bcm43xx/Kconfig"
1#
2# Wireless LAN device configuration
3#
4
5menu "Wireless LAN (non-hamradio)"
6 depends on NETDEVICES
7
8config NET_RADIO

--- 536 unchanged lines hidden (view full) ---

545 The zd1201 device requires external firmware to be loaded.
546 This can be found at http://linux-lc100020.sourceforge.net/
547
548 To compile this driver as a module, choose M here: the
549 module will be called zd1201.
550
551source "drivers/net/wireless/hostap/Kconfig"
552source "drivers/net/wireless/bcm43xx/Kconfig"
553source "drivers/net/wireless/zd1211rw/Kconfig"
553
554# yes, this works even when no drivers are selected
555config NET_WIRELESS
556 bool
557 depends on NET_RADIO && (ISA || PCI || PPC_PMAC || PCMCIA)
558 default y
559
560endmenu
561
554
555# yes, this works even when no drivers are selected
556config NET_WIRELESS
557 bool
558 depends on NET_RADIO && (ISA || PCI || PPC_PMAC || PCMCIA)
559 default y
560
561endmenu
562