add support for more network devices,
[openwrt.git] / target / linux / Config.in
1 choice
2         prompt "Target system"
3         
4 config BR2_LINUX_2_4_BRCM
5         bool "Support for Broadcom based routers [2.4]"
6         default y
7         depends BR2_mipsel
8         help
9           Build firmware images for Broadcom based routers
10           (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
11           
12           This one builds the generic .trx images, activate one of the
13           options below for creating device specific files for use 
14           with TFTP client too. 
15
16 config BR2_LINUX_2_4_AR7
17         bool "Support for TI AR7 based devices [2.4]"
18         default n
19         depends BR2_mipsel
20         help
21           Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
22
23 config BR2_LINUX_2_4_X86
24         bool "Support for x86 boards [2.4]"
25         default n
26         depends BR2_i386
27         help
28           Build firmware images for x86 based boards
29           (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
30          
31 config BR2_LINUX_2_6_BRCM
32         bool "Support for Broadcom based routers [2.6]"
33         default n
34         depends BR2_mipsel
35         help
36           Build firmware images for Broadcom based routers
37           (e.g. Netgear WGT634u)
38         
39 endchoice
40         
41 comment "Kernel Modules"
42
43 config BR2_PACKAGE_KMOD_SANGAM_ATM_A
44         tristate "AR7 Sangam ADSL Driver (Annex A)"
45         default m
46         depends BR2_LINUX_2_4_AR7
47         select BR2_PACKAGE_KMOD_ATM
48         help
49           ATM driver for the Sangam ADSL chip on AR7
50           Annex A version
51
52 config BR2_PACKAGE_KMOD_SANGAM_ATM_B
53         tristate "AR7 Sangam ADSL Driver (Annex B)"
54         default y
55         depends BR2_LINUX_2_4_AR7
56         select BR2_PACKAGE_KMOD_ATM
57         help
58           ATM driver for the Sangam ADSL chip on AR7
59           Annex B version
60
61 config BR2_PACKAGE_KMOD_CPMAC
62         tristate "AR7 CPMAC Network Driver"
63         default y
64         depends BR2_LINUX_2_4_AR7
65         help
66           Driver for the AR7 CPMAC network chip
67
68 config BR2_PACKAGE_KMOD_BRCM_WL
69         tristate "Broadcom Wireless Network Driver"
70         depends BR2_LINUX_2_4_BRCM
71         default y
72         help
73           Proprietary driver for Broadcom Wireless chipsets
74
75 config BR2_PACKAGE_KMOD_BRCM_ET
76         tristate "Broadcom Ethernet Driver"
77         depends BR2_LINUX_2_4_BRCM
78         default y
79         help
80           Proprietary driver for Broadcom Ethernet chipsets
81
82 config BR2_PACKAGE_KMOD_B44
83         tristate "Broadcom 44XX, 47XX ethernet driver"
84         default m
85         default y if BR2_LINUX_2_6_BRCM
86         help
87           Free driver for Broadcom Ethernet chipsets (without switch support)
88
89 config BR2_PACKAGE_KMOD_ARPT
90         tristate "ARP firewalling support"
91         default m
92         help
93           Kernel modules for ARP firewalling
94
95 config BR2_PACKAGE_KMOD_BLUETOOTH
96         tristate "Bluetooth drivers and network stack"
97         default m
98         help
99           Bluetooth drivers and network stack
100
101 config BR2_PACKAGE_KMOD_EBT
102         tristate "Ethernet Bridge firewalling support"
103         default m
104         help
105           Kernel modules for bridge firewalling
106
107 config BR2_PACKAGE_KMOD_IPTABLES_V4
108         tristate "Basic set of kernel modules for iptables"
109         default y
110         help
111           Kernel modules for IPv4 firewalling
112
113 config BR2_PACKAGE_KMOD_AX25
114         tristate "AX25 support"
115         default m
116         help
117           Kernel modules for AX25 protocol family
118            - ax25.o: AX25 layer 2 support
119            - mkiss.o: AX25 KISS driver
120
121 config BR2_PACKAGE_KMOD_IPTABLES_V4_EXTRA
122         tristate "Extra modules for iptables"
123         default m
124         help
125           Extra kernel modules for IPv4 firewalling
126
127 config BR2_PACKAGE_KMOD_IPV6
128         tristate "IPv6 support"
129         default m
130         help
131           Kernel modules for IPv6 protocol support
132           
133 config BR2_PACKAGE_KMOD_IPTABLES_V6
134         tristate "Kernel modules for ip6tables"
135         default m
136         depends BR2_PACKAGE_KMOD_IPV6
137         help
138           IPv6 firewalling support
139
140 config BR2_PACKAGE_KMOD_NFS
141         tristate "NFS support"
142         default m
143         help
144           Kernel modules for NFS support
145           Includes lockd, nfs and sunrpc
146
147 config BR2_PACKAGE_KMOD_CIFS
148         tristate "CIFS support"
149         default m
150         help
151           Kernel modules for CIFS support
152
153 config BR2_PACKAGE_KMOD_SOUNDCORE
154         tristate "Soundcard support"
155         default n
156         help
157           Base support for soundcards
158           Requires either USB soundcard support (OSS) or ALSA package to be useful
159
160 config BR2_PACKAGE_KMOD_USB
161         tristate "USB support"
162         default m
163
164 config BR2_PACKAGE_KMOD_USB_CONTROLLER
165         tristate
166         depends on BR2_PACKAGE_KMOD_USB_UHCI || BR2_PACKAGE_KMOD_USB_OHCI || BR2_PACKAGE_KMOD_USB2
167         default n
168
169 config BR2_PACKAGE_KMOD_USB_UHCI
170         tristate "Support for UHCI controllers"
171         default m
172         depends BR2_PACKAGE_KMOD_USB
173         select BR2_PACKAGE_KMOD_USB_CONTROLLER
174
175 config BR2_PACKAGE_KMOD_USB_OHCI
176         tristate "Support for OHCI controllers"
177         default m
178         depends BR2_PACKAGE_KMOD_USB
179         select BR2_PACKAGE_KMOD_USB_CONTROLLER
180
181 config BR2_PACKAGE_KMOD_USB2
182         tristate "Support for USB 2.0 controllers"
183         default m
184         depends BR2_PACKAGE_KMOD_USB
185         select BR2_PACKAGE_KMOD_USB_CONTROLLER
186
187 config BR2_PACKAGE_KMOD_USB_SERIAL
188         tristate "kmod-usb-serial - Support for USB-to-serial converters"
189         default m
190         depends BR2_PACKAGE_KMOD_USB_CONTROLLER
191
192 config BR2_PACKAGE_KMOD_USB_SERIAL_BELKIN
193         tristate "kmod-usb-serial-belkin - Support for Belkin USB-to-serial converters"
194         default m
195         depends BR2_PACKAGE_KMOD_USB_SERIAL
196
197 config BR2_PACKAGE_KMOD_USB_SERIAL_FTDI
198         tristate "kmod-usb-serial-ftdi - Support for FTDI USB-to-serial converterr"
199         default m
200         depends BR2_PACKAGE_KMOD_USB_SERIAL
201
202 config BR2_PACKAGE_KMOD_USB_SERIAL_MCT_U232
203         tristate "kmod-usb-serial-mct-u232 - Support for Magic Control Technology USB-to-Serial converters"
204         default m
205         depends BR2_PACKAGE_KMOD_USB_SERIAL
206
207 config BR2_PACKAGE_KMOD_USB_SERIAL_PL2303
208         tristate "kmod-usb-serial-pl2303 - Support for Prolific PL2303 USB-to-Serial converters"
209         default m
210         depends BR2_PACKAGE_KMOD_USB_SERIAL
211
212 config BR2_PACKAGE_KMOD_USB_STORAGE
213         tristate "Support for USB storage devices"
214         default m
215         depends BR2_PACKAGE_KMOD_USB_CONTROLLER
216
217 config BR2_PACKAGE_KMOD_USB_PRINTER
218         tristate "Support for USB printers"
219         default m
220         depends BR2_PACKAGE_KMOD_USB_CONTROLLER
221
222 config BR2_PACKAGE_KMOD_USB_AUDIO
223         tristate "Support for USB soundcards"
224         default m
225         depends BR2_PACKAGE_KMOD_USB_CONTROLLER
226         select BR2_PACKAGE_KMOD_SOUNDCORE
227
228 config BR2_PACKAGE_KMOD_USB_ACM
229         tristate "Support for USB modems/isdn controllers"
230         default m
231         depends BR2_PACKAGE_KMOD_USB_CONTROLLER
232
233 config BR2_PACKAGE_KMOD_IDE
234         tristate "IDE support"
235         default m
236         help
237           Kernel modules for IDE support
238           useful for usb mass storage devices (e.g. on WL-HDD)
239
240 config BR2_PACKAGE_KMOD_VFAT
241         tristate "VFAT filesystem support"
242         default m
243         depends on BR2_PACKAGE_KMOD_NLS_BASE
244         depends on BR2_PACKAGE_KMOD_NLS_CP437 || BR2_PACKAGE_KMOD_NLS_CP850
245         help
246           Kernel modules for VFAT filesystem support
247           useful for usb mass storage devices
248
249 config BR2_PACKAGE_KMOD_EXT2
250         tristate "EXT2 filesystem support"
251         default m
252         help
253           Kernel modules for EXT2 filesystem support
254
255 config BR2_PACKAGE_KMOD_EXT3
256         tristate "EXT3 filesystem support"
257         default m
258         help
259           Kernel modules for EXT3 filesystem support
260
261 config BR2_PACKAGE_KMOD_XFS
262         tristate "XFS filesystem support"
263         default m
264         help
265           Kernel modules for XFS filesystem support
266
267 config BR2_PACKAGE_KMOD_HFSPLUS
268         tristate "HFS+ filesystem support"
269         default m
270         help
271           Kernel modules for HFS+ filesystem support
272
273 config BR2_PACKAGE_KMOD_LOOP
274         tristate "loop mount support"
275         default m
276         help
277           Kernel module for loop mount support
278
279 config BR2_PACKAGE_KMOD_NBD
280         tristate "network block device"
281         default m
282         help
283           Kernel module for network block device
284
285 config BR2_PACKAGE_KMOD_LP
286         tristate "parallel port and lp support"
287         default m
288         help
289           Kernel modules for line printer and parallel port support
290
291 config BR2_PACKAGE_KMOD_CRYPTO
292         tristate "CryptoAPI modules"
293         default m
294         select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
295         help
296           Kernel modules for cryptographic algorithms
297
298 config BR2_PACKAGE_KMOD_PPP
299         tristate "PPP support"
300         default m
301         help
302           Kernel support for PPP
303
304 config BR2_PACKAGE_KMOD_MPPE
305         tristate "PPP MPPE/MPPC module"
306         default m
307         select BR2_PACKAGE_KMOD_CRYPTO
308         depends BR2_PACKAGE_KMOD_PPP
309         help
310           Support for Microsoft PPP Encryption/Compression
311
312 config BR2_PACKAGE_KMOD_PPPOE
313         tristate "PPPoE modules"
314         default m
315         depends BR2_PACKAGE_KMOD_PPP
316         help
317           Support for PPP over Ethernet
318
319 config BR2_PACKAGE_KMOD_PPPOATM
320         tristate "PPP over ATM"
321         default y if BR2_LINUX_2_4_AR7
322         default m
323         depends BR2_PACKAGE_KMOD_PPP
324         select BR2_PACKAGE_KMOD_ATM
325         help
326           Support for PPP over ATM
327
328 config BR2_PACKAGE_KMOD_ATM
329         tristate "ATM support"
330         default y if BR2_LINUX_2_4_AR7
331         help
332           ATM support
333
334 config BR2_PACKAGE_KMOD_TUN
335         tristate "Universal TUN/TAP driver"
336         default m
337         help
338           Kernel support for the TUN/TAP tunneling device
339
340 config BR2_PACKAGE_KMOD_GRE
341         tristate "GRE tunneling driver"
342         default m
343         help
344           Kernel support for GRE tunnels
345
346 config BR2_PACKAGE_KMOD_SCHED
347         tristate "Traffic schedulers"
348         default m
349         help
350           Kernel schedulers for IP traffic
351
352 comment "Multimedia devices support ---"
353
354 config BR2_PACKAGE_KMOD_VIDEODEV
355         tristate "kmod-videodev - Video (For Linux) kernel support"
356         default m
357
358 config BR2_PACKAGE_KMOD_PWC
359         tristate "kmod-pwc - Kernel driver for USB Philips Cameras"
360         default m
361
362 comment "Native language support ---"
363
364 config BR2_PACKAGE_KMOD_NLS_BASE
365         tristate "kmod-nls-base - Basic native language support for filesystems"
366         default m
367         help
368           Kernel native language support
369
370 config BR2_PACKAGE_KMOD_NLS_CP437
371         tristate "kmod-nls-cp437 - Codepage 437 (United States, Canada)"
372         default m
373         select BR2_PACKAGE_KMOD_NLS_BASE
374         help
375           Kernel native language support
376
377 config BR2_PACKAGE_KMOD_NLS_CP850
378         tristate "kmod-nls-cp850 - Codepage 850 (Europe)"
379         default m
380         select BR2_PACKAGE_KMOD_NLS_BASE
381         help
382           Kernel native language support
383
384 config BR2_PACKAGE_KMOD_NLS_IS08859_1
385         tristate "kmod-nls-iso8859-1 -  NLS ISO 8859-1  (Latin 1; Western European Languages)"
386         default m
387         select BR2_PACKAGE_KMOD_NLS_BASE
388         help
389           Kernel native language support
390
391 config BR2_PACKAGE_KMOD_NLS_IS08859_15
392         tristate "kmod-nls-iso8859-15 -  NLS ISO 8859-15  (Latin 15; Western European Languages with Euro)"
393         default m
394         select BR2_PACKAGE_KMOD_NLS_BASE
395         help
396           Kernel native language support
397
398 config BR2_PACKAGE_KMOD_NLS_UTF8
399         tristate "kmod-nls-utf8 - NLS UTF8"
400         default m
401         select BR2_PACKAGE_KMOD_NLS_BASE
402         help
403           Kernel native language support
404
405 comment "Network devices support ---"
406
407 config BR2_PACKAGE_KMOD_NET_3C59X
408         tristate "kmod-net-3C59x - 3Com 3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" Ethernet kernel support"
409         default m
410         help
411           This option enables driver support for a large number of 10mbps and 
412           10/100mbps EISA, PCI and PCMCIA 3Com network cards:
413           
414            * "Vortex"    (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
415            * "Boomerang" (EtherLink XL 3c900 or 3c905)            PCI
416            * "Cyclone"   (3c540/3c900/3c905/3c980/3c575/3c656)    PCI and Cardbus
417            * "Tornado"   (3c905)                                  PCI
418            * "Hurricane" (3c555/3cSOHO)                           PCI
419           
420           This package contains the 3c59x.o kernel module.
421           
422
423 config BR2_PACKAGE_KMOD_NET_8139TOO
424         tristate "kmod-net-8139too - RealTek RTL-8139 PCI Fast Ethernet Adapter kernel support"
425         default m
426         help
427           This is a driver for the Fast Ethernet PCI network cards based on 
428           the RTL8139 chips.
429           
430           This package contains the 8139too.o and mii.o kernel modules.
431           
432
433 config BR2_PACKAGE_KMOD_NET_AIRO
434         tristate "kmod-net-airo - Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards kernel support"
435         default m
436         help
437           This is the standard Linux driver to support Cisco/Aironet ISA and 
438           PCI 802.11 wireless cards.
439           It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 
440           - with or without encryption) as well as card before the Cisco 
441           acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
442           
443           This driver support both the standard Linux Wireless Extensions 
444           and Cisco proprietary API, so both the Linux Wireless Tools and the 
445           Cisco Linux utilities can be used to configure the card.
446           
447           This package contains the airo.o kernel module.
448           
449
450 config BR2_PACKAGE_KMOD_NET_HERMES
451         tristate "kmod-net-hermes - Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) kernel support"
452         default m
453         help
454           A driver for 802.11b wireless cards based based on the "Hermes" or 
455           Intersil HFA384x (Prism 2) MAC controller.  This includes the vast 
456           majority of the PCMCIA 802.11b cards (which are nearly all rebadges) 
457           - except for the Cisco/Aironet cards.  Cards supported include the 
458           Apple Airport (not a PCMCIA card), WavelanIEEE/Orinoco, 
459           Cabletron/EnteraSys Roamabout, ELSA AirLancer, MELCO Buffalo, Avaya, 
460           IBM High Rate Wireless, Farralon Syyline, Samsung MagicLAN, Netgear 
461           MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel 
462           PRO/Wireless, and Symbol Spectrum24 High Rate amongst others.
463           
464           This package contains the hermes.o and orinoco.o kernel modules.
465           
466
467 config BR2_PACKAGE_KMOD_NET_HERMES_PCI
468         tristate "kmod-net-hermes-pci - Intersil Prism 2.5 PCI 802.11b adaptor support"
469         default m
470         depends BR2_PACKAGE_KMOD_NET_HERMES
471         help
472           Enable support for PCI and mini-PCI 802.11b wireless NICs based on 
473           the Prism 2.5 chipset.  These are true PCI cards, not the 802.11b 
474           PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also 
475           common.  Some of the built-in wireless adaptors in laptops are of 
476           this variety.
477           
478           This package contains the orinoco_pci.o kernel module.
479           
480
481 config BR2_PACKAGE_KMOD_NET_HERMES_PLX
482         tristate "kmod-net-hermes-plx - Hermes in PLX9052 based PCI adaptor (Netgear MA301, etc.) kernel support"
483         default m
484         depends BR2_PACKAGE_KMOD_NET_HERMES
485         help
486           Enable support for PCMCIA cards supported by the "Hermes" (aka 
487           orinoco_cs) driver when used in PLX9052 based PCI adaptors.  These 
488           adaptors are not a full PCMCIA controller but act as a more limited 
489           PCI <-> PCMCIA bridge.  Several vendors sell such adaptors so that 
490           802.11b PCMCIA cards can be used in desktop machines.  The Netgear 
491           MA301 is such an adaptor.
492           
493           This package contains the orinoco_plx.o kernel module.
494           
495
496 config BR2_PACKAGE_KMOD_NET_NATSEMI
497         tristate "kmod-net-natsemi - National Semiconductor DP8381x series PCI Ethernet kernel support"
498         default m
499         help
500           This driver is for the National Semiconductor DP83810 series, 
501           which is used in cards from PureData, NetGear, Linksys 
502           and others, including the 83815 chip.
503           
504           This package contains the natsemi.o kernel module.
505           
506
507 config BR2_PACKAGE_KMOD_NET_PRISM54
508         tristate "kmod-net-prism54 - Intersil Prism GT/Duette/Indigo PCI/PCMCIA cards kernel support"
509         default m
510         help
511           Enable PCI and Cardbus support for the following chipset based cards: 
512           
513            * ISL3880 - Prism GT       802.11 b/g
514            * ISL3877 - Prism Indigo   802.11 a
515            * ISL3890 - Prism Duette   802.11 a/b/g
516           
517           For a complete list of supported cards visit <http://prism54.org>.
518           Here is the latest confirmed list of supported cards: 
519           
520            * 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72
521            * Allnet ALL0271 PCI Card
522            * Compex WL54G Cardbus Card
523            * Corega CG-WLCB54GT Cardbus Card
524            * D-Link Air Plus Xtreme G A1 Cardbus Card aka DWL-g650
525            * I-O Data WN-G54/CB Cardbus Card
526            * Kobishi XG-300 aka Z-Com Cardbus Card
527            * Netgear WG511 Cardbus Card
528            * Ovislink WL-5400PCI PCI Card
529            * Peabird WLG-PCI PCI Card
530            * Sitecom WL-100i Cardbus Card
531            * Sitecom WL-110i PCI Card
532            * SMC2802W - EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card
533            * SMC2835W - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
534            * Z-Com XG-900 PCI Card
535            * Zyxel G-100 Cardbus Card
536           
537           If you enable this, you require a firmware file as well.
538           You will need to copy this to /usr/lib/hotplug/firmware/isl3890.
539           You can get this non-GPL'd firmware file from the Prism54 project page: 
540           <http://prism54.org>.
541           
542           Note: You need a motherboard with DMA support to use any of these cards.
543           
544           This package contains the prism54.o kernel module.
545           
546
547 comment "Misc. device support ---"
548
549 config BR2_PACKAGE_KMOD_WD1100
550         tristate "Soekris net4801 watchdog"
551         default y
552         depends BR2_LINUX_2_4_X86
553         help
554           Driver for the NatSemi SC1x00 series Watchdog 
555           found on Soekris net4801 boards
556
557 comment "Additional kernel modules ---"
558
559 source "target/linux/package/Config.in"