add all source code from linksys/broadcom which is free, to cvs for better maintainen...
[openwrt/svn-archive/archive.git] / openwrt / package / linux / kernel-source / drivers / net / hnd / Config.in
1 #
2 # Broadcom Home Networking Division (HND) driver configuration
3 #
4 # Copyright 2004, Broadcom Corporation
5 # All Rights Reserved.
6 #
7 # THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
8 # KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
9 # SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10 # FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
11 #
12
13 mainmenu_option next_comment
14 comment 'Broadcom HND network devices'
15 tristate 'Broadcom HND network device support' CONFIG_HND $CONFIG_PCI
16 if [ "$CONFIG_HND" != "n" ]; then
17 dep_tristate ' Broadcom InsideLine HPNA support' CONFIG_IL $CONFIG_HND
18 if [ "$CONFIG_IL" != "n" ]; then
19 bool ' Broadcom BCM42xx support' CONFIG_IL_42XX
20 bool ' Broadcom BCM47xx support' CONFIG_IL_47XX
21 int ' LARQ buffer allocation (0 = tiny, 2 = huge)' CONFIG_LARQ_BUF 0
22 fi
23 dep_tristate ' Broadcom 10/100 Ethernet support' CONFIG_ET $CONFIG_HND
24 if [ "$CONFIG_ET" != "n" ]; then
25 bool ' Broadcom BCM4413 support' CONFIG_ET_4413
26 bool ' Broadcom BCM47xx support' CONFIG_ET_47XX
27 fi
28 dep_tristate ' Broadcom BCM43xx 802.11 Wireless support' CONFIG_WL $CONFIG_HND
29 if [ "$CONFIG_WL" != "n" ]; then
30 bool ' Access Point Mode Supported' CONFIG_WL_AP
31 bool ' STA Mode Supported' CONFIG_WL_STA
32 bool ' OID Interface Supported' CONFIG_WL_OID
33 fi
34 fi
35 endmenu