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