Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1794)

Side by Side Diff: chromeos/drivers/ath6kl/Kconfig

Issue 646055: Atheros AR600x driver + build glue (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromeos/drivers/Makefile ('k') | chromeos/drivers/ath6kl/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « chromeos/drivers/Makefile ('k') | chromeos/drivers/ath6kl/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698