Kconfig (ed0ad06f5c8e5b8fc3c6d7c0e3d2dc546638c18c) | Kconfig (6948300c79dba2b6c7b54af43d1924f51e47e017) |
---|---|
1config WLAN_VENDOR_ZYDAS 2 bool "ZyDAS devices" 3 default y 4 ---help--- 5 If you have a wireless card belonging to this class, say Y. 6 7 Note that the answer to this question doesn't directly affect the 8 kernel: saying N will just cause the configurator to skip all --- 16 unchanged lines hidden (view full) --- 25 typically on wlan0. 26 27 The zd1201 device requires external firmware to be loaded. 28 This can be found at http://linux-lc100020.sourceforge.net/ 29 30 To compile this driver as a module, choose M here: the 31 module will be called zd1201. 32 | 1config WLAN_VENDOR_ZYDAS 2 bool "ZyDAS devices" 3 default y 4 ---help--- 5 If you have a wireless card belonging to this class, say Y. 6 7 Note that the answer to this question doesn't directly affect the 8 kernel: saying N will just cause the configurator to skip all --- 16 unchanged lines hidden (view full) --- 25 typically on wlan0. 26 27 The zd1201 device requires external firmware to be loaded. 28 This can be found at http://linux-lc100020.sourceforge.net/ 29 30 To compile this driver as a module, choose M here: the 31 module will be called zd1201. 32 |
33source "drivers/net/wireless/zydas/zd1211rw/Kconfig" 34 |
|
33endif # WLAN_VENDOR_ZYDAS | 35endif # WLAN_VENDOR_ZYDAS |