summaryrefslogtreecommitdiff
path: root/package/mac80211/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/mac80211/Config.in
Initial import
Diffstat (limited to 'package/mac80211/Config.in')
-rw-r--r--package/mac80211/Config.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/mac80211/Config.in b/package/mac80211/Config.in
new file mode 100644
index 000000000..e907531b2
--- /dev/null
+++ b/package/mac80211/Config.in
@@ -0,0 +1,28 @@
+config ADK_PACKAGE_KMOD_MAC80211
+ prompt "kmod-mac80211................... mac80211 softmac (development)"
+ tristate
+ select ADK_MOD_KERNEL_MAC80211
+ depends on !ADK_KPACKAGE_KMOD_MAC80211
+ default n
+ help
+ http://linuxwireless.org/
+
+config ADK_PACKAGE_KMOD_MAC80211_ATH5K
+ prompt "kmod-mac80211-ath5k............. Atheros 5xxx wireless driver"
+ tristate
+ depends on ADK_PACKAGE_KMOD_MAC80211
+ default n
+ help
+ http://linuxwireless.org/
+
+config ADK_PACKAGE_KMOD_MAC80211_RT61
+ prompt "kmod-mac80211-rt61.............. Ralink rt2501/rt61 wireless driver"
+ tristate
+ default n
+ select ADK_KPACKAGE_KMOD_CRC_ITU_T
+ select ADK_PACKAGE_WIRELESS_FIRMWARE_RT61
+ depends on ADK_PACKAGE_KMOD_MAC80211
+ help
+ This adds support for rt2501 wireless chipset family.
+ Supported chips: RT2561, RT2561S & RT2661.
+