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