GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / net / hnd / Kconfig
blob0d5ce35300692592af1021ffe435cecda0aab662
2 # Broadcom Home Networking Division (HND) driver configuration
4 # $Copyright Open Broadcom Corporation$
6 # $Id: Kconfig,v 1.6 2010-07-05 07:01:45 chihsien Exp $
9 menu "Broadcom HND network devices"
10         depends on PCI
11 config HND
12         bool "Broadcom HND network device support"
13 config ET
14         tristate "10/100 Ethernet support"
15         depends on HND
16 config ET_47XX
17         bool "BCM47xx support"
18         depends on ET
19 choice
20         prompt "ET ALL PASSIVE mode"
21         depends on ET
22         
23 config ET_ALL_PASSIVE_ON
24         bool "ET ALL PASSIVE on"
25 config ET_ALL_PASSIVE_RUNTIME
26         bool "ET ALL PASSIVE with runtime setting"
27 endchoice
28 config BCM_CTF
29         tristate "BCMCTF support"
30         depends on HND
31 config WL_EMULATOR
32         bool "WL emulation using Gigabit ethernet"
33         depends on HND
34 config BCM57XX
35         tristate "BCM57xx support is ON"
36         depends on WL_EMULATOR
37 config WL
38         tristate "Wireless feature variant is set to AP"
39         depends on WL_EMULATOR
40         select WL_USE_AP
41 config BCM57XX
42         tristate "BCM57xx Gigabit Ethernet support"
43         depends on HND && !WL_EMULATOR
44 config WL
45         tristate "BCM43xx 802.11 Wireless support"
46         depends on HND && !WL_EMULATOR
47 config WAPI
48         bool "Wireless Authentication Privacy Infrastructure (WAPI) support"
49         depends on HND && !WL_EMULATOR && WL
50         select MTD_BCMCONF_PARTS
51 choice
52         prompt "Wireless feature variant"
53         depends on HND && !WL_EMULATOR && WL
54 config WL_USE_AP
55         bool "Config file for basic AP variant"
56 config WL_USE_AP_SDSTD
57         bool "Config file for basic AP sdstd variant"
58 config WL_USE_STA
59         bool "Config file for basic STA variant"
60 config WL_USE_APSTA
61         bool "Config file for basic APSTA variant"
62 config WL_USE_AP_ONCHIP_G
63         bool "Config file for AP 1chipG variant"
64 config WL_USE_STA_ONCHIP_G
65         bool "Config file for STA 1chipG variant"
66 config WL_USE_APSTA_ONCHIP_G
67         bool "Config file for APSTA 1chipG variant"
68 endchoice
69 config WL_USBAP
70         bool "USB/HSIC Wireless Access Point support"
71 #if defined(WLSRC) || defined(PREBUILD)
72 config WL_AP 
73         string "Config file for basic AP variant"
74         default "wlconfig_lx_router_ap"
75 config WL_AP_SDSTD
76         string "Config file for basic AP sdstd variant"
77         default "wlconfig_lx_router_ap_sdstd"
78 config WL_STA 
79         string "Config file for basic STA variant"
80         default "wlconfig_lx_router_sta"
81 config WL_APSTA 
82         string "Config file for basic APSTA variant"
83         default "wlconfig_lx_router_apsta"
84 config WL_AP_ONCHIP_G 
85         string "Config file for AP 1chipG variant"
86         default "wlconfig_lx_router_ap_1chipG"
87 config WL_STA_ONCHIP_G 
88         string "Config file for STA 1chipG variant"
89         default "wlconfig_lx_router_sta_1chipG"
90 config WL_HIGH 
91         string "Config file for high/bmac split variant"
92         default "wlconfig_lx_router_high"
94 choice
95         prompt "WL ALL PASSIVE mode"
96         depends on WL
97         
98 config WL_ALL_PASSIVE_ON
99         bool "WL ALL PASSIVE on"
100 config WL_ALL_PASSIVE_RUNTIME
101         bool "WL ALL PASSIVE with runtime setting"
102 endchoice
103 #endif
104 config DPSTA
105         tristate "Broadcom dualband wireless proxy repeater support"
106         depends on WL
107 config EMF
108         tristate "Efficient Multicast Forwarding & IGMP Snooping Layers"
109         depends on NETFILTER
110 config PLC
111         bool "Broadcom PLC network failover support"
112         depends on ET && WL
113 config PROXYARP
114         tristate "Broadcom 802.11v Proxy ARP support"
115 endmenu