config [31mCONFIG_CARL9170[0m tristate "Linux Community AR9170 802.11n USB support" depends on [31mCONFIG_USB[0m && [31mCONFIG_MAC80211[0m select [31mCONFIG_ATH_COMMON[0m select [31mCONFIG_FW_LOADER[0m select [31mCONFIG_CRC32[0m help This is the mainline driver for the Atheros "otus" 802.11n [31mCONFIG_USB[0m devices. It needs a special firmware (carl9170-1.fw), which can be downloaded from our wiki here: <http://wireless.kernel.org/en/users/Drivers/carl9170> If you choose to build a module, it'll be called carl9170. config [31mCONFIG_CARL9170_LEDS[0m bool "SoftLED Support" depends on [31mCONFIG_CARL9170[0m select [31mCONFIG_MAC80211_LEDS[0m select [31mCONFIG_LEDS_CLASS[0m select [31mCONFIG_NEW_LEDS[0m default y help This option is necessary, if you want your device' LEDs to blink Say Y, unless you need the LEDs for firmware debugging. config [31mCONFIG_CARL9170_DEBUGFS[0m bool "DebugFS Support" depends on [31mCONFIG_CARL9170[0m && [31mCONFIG_DEBUG_FS[0m && [31mCONFIG_MAC80211_DEBUGFS[0m default n help Export several driver and device internals to user space. Say N. config [31mCONFIG_CARL9170_WPC[0m bool depends on [31mCONFIG_CARL9170[0m && ([31mCONFIG_INPUT[0m = y || [31mCONFIG_INPUT[0m = [31mCONFIG_CARL9170[0m) default y config [31mCONFIG_CARL9170_HWRNG[0m bool "Random number generator" depends on [31mCONFIG_CARL9170[0m && ([31mCONFIG_HW_RANDOM[0m = y || [31mCONFIG_HW_RANDOM[0m = [31mCONFIG_CARL9170[0m) default n help Provides a hardware random number generator to the kernel. [31mCONFIG_SECURITY[0m WARNING: It's relatively easy to eavesdrop all generated random numbers from the transport stream with usbmon [software] or special usb sniffer hardware. Say N, unless your setup[i.e.: embedded system] has no other rng source and you can afford to take the risk. |