1#
2# Broadcom Home Networking Division (HND) driver configuration
3#
4# $Copyright Open Broadcom Corporation$
5#
6# $Id: Kconfig,v 1.6 2010-07-05 07:01:45 chihsien Exp $
7#
8
9menu "Broadcom HND network devices"
10	depends on PCI
11config HND
12	bool "Broadcom HND network device support"
13config ET
14	tristate "10/100 Ethernet support"
15	depends on HND
16config ET_47XX
17	bool "BCM47xx support"
18	depends on ET
19config BCM_CTF
20	tristate "BCMCTF support"
21	depends on HND
22config WL_EMULATOR
23	bool "WL emulation using Gigabit ethernet"
24	depends on HND
25config BCM57XX
26	tristate "BCM57xx support is ON"
27	depends on WL_EMULATOR
28config WL
29	tristate "Wireless feature variant is set to AP"
30	depends on WL_EMULATOR
31	select WL_USE_AP
32config BCM57XX
33	tristate "BCM57xx Gigabit Ethernet support"
34	depends on HND && !WL_EMULATOR
35config WL
36	tristate "BCM43xx 802.11 Wireless support"
37	depends on HND && !WL_EMULATOR
38config WAPI
39	bool "Wireless Authentication Privacy Infrastructure (WAPI) support"
40	depends on HND && !WL_EMULATOR && WL
41choice
42	prompt "Wireless feature variant"
43	depends on HND && !WL_EMULATOR && WL
44config WL_USE_AP
45	bool "Config file for basic AP variant"
46config WL_USE_AP_SDSTD
47	bool "Config file for basic AP sdstd variant"
48config WL_USE_STA
49	bool "Config file for basic STA variant"
50config WL_USE_APSTA
51	bool "Config file for basic APSTA variant"
52config WL_USE_AP_ONCHIP_G
53	bool "Config file for AP 1chipG variant"
54config WL_USE_STA_ONCHIP_G
55	bool "Config file for STA 1chipG variant"
56config WL_USE_APSTA_ONCHIP_G
57	bool "Config file for APSTA 1chipG variant"
58endchoice
59config WL_USBAP
60	bool "USB/HSIC Wireless Access Point support"
61#if defined(WLSRC) || defined(PREBUILD)
62config WL_AP 
63	string "Config file for basic AP variant"
64	default "wlconfig_lx_router_ap"
65config WL_AP_SDSTD
66	string "Config file for basic AP sdstd variant"
67	default "wlconfig_lx_router_ap_sdstd"
68config WL_STA 
69	string "Config file for basic STA variant"
70	default "wlconfig_lx_router_sta"
71config WL_APSTA 
72	string "Config file for basic APSTA variant"
73	default "wlconfig_lx_router_apsta"
74config WL_AP_ONCHIP_G 
75	string "Config file for AP 1chipG variant"
76	default "wlconfig_lx_router_ap_1chipG"
77config WL_STA_ONCHIP_G 
78	string "Config file for STA 1chipG variant"
79	default "wlconfig_lx_router_sta_1chipG"
80config WL_HIGH 
81	string "Config file for high/bmac split variant"
82	default "wlconfig_lx_router_high"
83#endif
84config EMF
85	tristate "Efficient Multicast Forwarding & IGMP Snooping Layers"
86	depends on NETFILTER
87config PLC
88	bool "Broadcom PLC network failover support"
89	depends on ET && WL
90endmenu
91