Kconfig (2d8ad8719591fa803b0d589ed057fa46f49b7155) | Kconfig (00044f17afd36bf6397b9a2a12f242a057449e9a) |
---|---|
1config CARL9170 2 tristate "Linux Community AR9170 802.11n USB support" 3 depends on USB && MAC80211 && EXPERIMENTAL 4 select FW_LOADER 5 select CRC32 6 help 7 This is another driver for the Atheros "otus" 802.11n USB devices. 8 --- 25 unchanged lines hidden (view full) --- 34 Export several driver and device internals to user space. 35 36 Say N. 37 38config CARL9170_WPC 39 bool 40 depends on CARL9170 && (INPUT = y || INPUT = CARL9170) 41 default y | 1config CARL9170 2 tristate "Linux Community AR9170 802.11n USB support" 3 depends on USB && MAC80211 && EXPERIMENTAL 4 select FW_LOADER 5 select CRC32 6 help 7 This is another driver for the Atheros "otus" 802.11n USB devices. 8 --- 25 unchanged lines hidden (view full) --- 34 Export several driver and device internals to user space. 35 36 Say N. 37 38config CARL9170_WPC 39 bool 40 depends on CARL9170 && (INPUT = y || INPUT = CARL9170) 41 default y |
42 43config CARL9170_HWRNG 44 bool "Random number generator" 45 depends on CARL9170 && (HW_RANDOM = y || HW_RANDOM = CARL9170) 46 default n 47 help 48 Provides a hardware random number generator to the kernel. 49 50 SECURITY WARNING: It's relatively easy to eavesdrop all 51 generated random numbers from the transport stream with 52 usbmon [software] or special usb sniffer hardware. 53 54 Say N, unless your setup[i.e.: embedded system] has no 55 other rng source and you can afford to take the risk. |
|