| OLD | NEW | 
| (Empty) |  | 
 |   1 config ATH6K_LEGACY | 
 |   2         tristate "Atheros AR600x support (non mac80211)" | 
 |   3         depends on MMC | 
 |   4         depends on WLAN_80211 | 
 |   5         depends on CFG80211 | 
 |   6         help | 
 |   7         This module adds support for wireless adapters based on Atheros AR600x c
    hipset running over SDIO. If you choose to build it as a module, it will be call
    ed ath6kl. | 
 |   8  | 
 |   9 choice | 
 |  10         prompt "AR600x Version" | 
 |  11         depends on ATH6K_LEGACY | 
 |  12         default AR6003_HW10 | 
 |  13         help | 
 |  14         Select the appropriate configuration from the list below that matches yo
    ur AR600x based reference design. | 
 |  15  | 
 |  16 config AR6003_HW10 | 
 |  17         bool "AR6003, Rev 1.0" | 
 |  18         help | 
 |  19         AR6003 1.0 silicon | 
 |  20  | 
 |  21 config AR6003_HW20 | 
 |  22         bool "AR6003, Rev 2.0" | 
 |  23         help | 
 |  24         AR6003 2.0 silicon | 
 |  25 endchoice | 
 |  26  | 
 |  27 choice | 
 |  28         prompt "AR600x Configuration" | 
 |  29         depends on ATH6K_LEGACY | 
 |  30         default AR600x_SD31_XXX | 
 |  31         help | 
 |  32         Select the appropriate configuration from the list below that matches yo
    ur AR600x based reference design. | 
 |  33  | 
 |  34 config AR600x_SD31_XXX | 
 |  35         bool "SD31-xxx" | 
 |  36         help | 
 |  37         Board Data file for a standard SD31 reference design (File: bdata.SD31.b
    in) | 
 |  38  | 
 |  39 config AR600x_WB31_XXX | 
 |  40         bool "WB31-xxx" | 
 |  41         help | 
 |  42         Board Data file for a standard WB31 (BT/WiFi) reference design (File: bd
    ata.WB31.bin) | 
 |  43  | 
 |  44 config AR600x_SD32_XXX | 
 |  45         bool "SD32-xxx" | 
 |  46         help | 
 |  47         Board Data file for a standard SD32 (5GHz) reference design (File: bdata
    .SD32.bin) | 
 |  48  | 
 |  49 config AR600x_CUSTOM_XXX | 
 |  50         bool "CUSTOM-xxx" | 
 |  51         help | 
 |  52         Board Data file for a custom reference design (File: should be named as 
    bdata.CUSTOM.bin) | 
 |  53 endchoice | 
 |  54  | 
 |  55 config ATH6KL_HCI_BRIDGE | 
 |  56         bool "HCI over SDIO support" | 
 |  57         depends on ATH6K_LEGACY | 
 |  58         help | 
 |  59         Enables BT over SDIO. Applicable only for combo designs (eg: WB31) | 
 |  60  | 
 |  61 config ATH6KL_CFG80211 | 
 |  62         bool "CFG80211 support" | 
 |  63         depends on ATH6K_LEGACY | 
 |  64         help | 
 |  65         Enables support for CFG80211 APIs | 
 |  66  | 
 |  67 config ATH6KL_HTC_RAW_INTERFACE | 
 |  68         bool "RAW HTC support " | 
 |  69         depends on ATH6K_LEGACY | 
 |  70         help | 
 |  71         Enables raw HTC interface. Allows application to directly talk to the HT
    C interface via the ioctl interface | 
 |  72  | 
 |  73 config ATH6KL_DEBUG | 
 |  74         bool "Debug support" | 
 |  75         depends on ATH6K_LEGACY | 
 |  76         help | 
 |  77         Enables debug support in the driver | 
| OLD | NEW |