source: freewrt/target/linux/Config.in@ 7e836b6

freewrt_2_0
Last change on this file since 7e836b6 was 91f6825, checked in by Markus Wigge <markus@…>, 17 years ago

added hso driver backport (see www.pharscape.org) to support Option HSUPA cards. Some comgt-scripts will come next.

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3786 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 24.6 KB
Line 
1menu "Kernel Configuration"
2
3menu "Networking modules"
4
5config FWRT_PACKAGE_KMOD_ATM
6 prompt "kmod-atm.......................... ATM support"
7 tristate
8 default n
9 help
10 ATM support
11
12config FWRT_PACKAGE_KMOD_GRE
13 prompt "kmod-gre.......................... GRE tunneling driver"
14 tristate
15 default n
16 help
17 Kernel support for GRE tunnels
18
19config FWRT_PACKAGE_KMOD_IMQ
20 prompt "kmod-imq.......................... Intermediate Queueing device"
21 tristate
22 default n
23 help
24 Kernel support for the Intermediate Queueing device
25
26config FWRT_PACKAGE_KMOD_IPIP
27 prompt "kmod-ipip......................... IP in IP encapsulation support"
28 tristate
29 default n
30 help
31 Kernel module for IP in IP encapsulation
32
33config FWRT_PACKAGE_KMOD_IPV6
34 prompt "kmod-ipv6......................... IPv6 support"
35 tristate
36 default n
37 help
38 Kernel modules for IPv6 protocol support
39
40config FWRT_PACKAGE_KMOD_PPP
41 prompt "kmod-ppp.......................... PPP support"
42 tristate
43 default n
44 help
45 Kernel support for PPP
46
47config FWRT_PACKAGE_KMOD_MPPE
48 prompt "kmod-mppe....................... PPP MPPE/MPPC module"
49 tristate
50 default n
51 depends FWRT_PACKAGE_KMOD_PPP
52 select FWRT_PACKAGE_KMOD_CRYPTO_ARC4
53 select FWRT_PACKAGE_KMOD_CRYPTO_SHA1
54 help
55 Support for Microsoft PPP Encryption/Compression
56
57config FWRT_PACKAGE_KMOD_PPPOATM
58 prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support"
59 tristate
60 default n
61 depends FWRT_PACKAGE_KMOD_PPP
62 select FWRT_PACKAGE_KMOD_ATM
63 help
64 Support for PPP over ATM
65
66config FWRT_PACKAGE_KMOD_PPPOE
67 prompt "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support"
68 tristate
69 default n
70 depends FWRT_PACKAGE_KMOD_PPP
71 help
72 Support for PPP over Ethernet
73
74config FWRT_PACKAGE_KMOD_SCHED
75 prompt "kmod-sched........................ Traffic schedulers"
76 tristate
77 default n
78 help
79 Kernel schedulers for IP traffic
80
81config FWRT_PACKAGE_KMOD_TUN
82 prompt "kmod-tun.......................... Universal TUN/TAP driver"
83 tristate
84 default n
85 help
86 Kernel support for the TUN/TAP tunneling device
87
88endmenu
89
90menu "Filtering/Firewalling"
91
92config FWRT_PACKAGE_KMOD_IPTABLES
93 prompt "kmod-iptables..................... Core Netfilter modules for IPv4 firewalling"
94 tristate
95 default n
96 help
97 Kernel modules for IPv4 firewalling
98
99config FWRT_PACKAGE_KMOD_IPT_CONNTRACK
100 prompt "kmod-ipt-conntrack................ Netfilter modules for connection tracking"
101 tristate
102 default n
103 help
104 Netfilter (IPv4) kernel modules for connection tracking
105
106 Includes:
107 * ipt_conntrack
108 * ipt_helper
109 * ipt_connmark/CONNMARK
110
111config FWRT_PACKAGE_KMOD_IPT_FILTER
112 prompt "kmod-ipt-filter................... Netfilter modules for packet content inspection"
113 tristate
114 default n
115 help
116 Netfilter (IPv4) kernel modules for packet content inspection
117
118 Includes:
119 * ipt_ipp2p
120 * ipt_layer7
121
122config FWRT_PACKAGE_KMOD_IPT_IPOPT
123 prompt "kmod-ipt-ipopt.................... Netfilter modules for matching/changing IP packet options"
124 tristate
125 default n
126 help
127 Netfilter (IPv4) kernel modules for matching/changing IP packet options
128
129 Includes:
130 * ipt_CLASSIFY
131 * ipt_dscp/DSCP
132 * ipt_ecn/ECN
133 * ipt_length
134 * ipt_mac
135 * ipt_NETMAP
136 * ipt_tcpmms
137 * ipt_tos/TOS
138 * ipt_ttl/TTL
139 * ipt_unclean
140
141config FWRT_PACKAGE_KMOD_IPT_IPSEC
142 prompt "kmod-ipt-ipsec.................... Netfilter modules for matching IPsec packets"
143 tristate
144 default n
145 help
146 Netfilter (IPv4) kernel modules for matching IPsec packets
147
148 Includes:
149 * ipt_ah
150 * ipt_esp
151
152config FWRT_PACKAGE_KMOD_IPT_NAT
153 prompt "kmod-ipt-nat...................... Netfilter modules for different NAT targets"
154 tristate
155 default n
156 help
157 Netfilter (IPv4) kernel modules for different NAT targets
158
159 Includes:
160 * ipt_REDIRECT
161
162config FWRT_PACKAGE_KMOD_IPT_NAT_EXTRA
163 prompt "kmod-ipt-nat-extra................ Extra Netfilter NAT modules for special protocols"
164 tristate
165 default n
166 help
167 Extra Netfilter (IPv4) NAT kernel modules for special protocols
168
169 Includes:
170 * ip_conntrack_amanda
171 * ip_conntrack_proto_gre
172 * ip_nat_proto_gre
173 * ip_conntrack_pptp
174 * ip_nat_pptp
175 * ip_nat_snmp_basic
176 * ip_conntrack_tftp
177
178config FWRT_PACKAGE_KMOD_IPT_QUEUE
179 prompt "kmod-ipt-queue.................... Netfilter module for user-space packet queueing"
180 tristate
181 default n
182 help
183 Netfilter (IPv4) module for user-space packet queueing
184
185 Includes:
186 * ipt_QUEUE
187
188config FWRT_PACKAGE_KMOD_IPT_ULOG
189 prompt "kmod-ipt-ulog..................... Netfilter module for user-space packet logging"
190 tristate
191 default n
192 help
193 Netfilter (IPv4) module for user-space packet logging
194
195 Includes:
196 * ipt_ULOG
197
198config FWRT_PACKAGE_KMOD_IPT_EXTRA
199 prompt "kmod-ipt-extra.................... Other extra Netfilter modules"
200 tristate
201 default n
202 help
203 Other extra Netfilter (IPv4) kernel modules
204
205 Includes:
206 * ipt_limit
207 * ipt_owner
208 * ipt_pkttype
209 * ipt_recent
210
211config FWRT_PACKAGE_KMOD_IP6TABLES
212 prompt "kmod-ip6tables.................... Kernel modules for ip6tables"
213 tristate
214 default n
215 depends FWRT_PACKAGE_KMOD_IPV6
216 help
217 IPv6 firewalling support
218
219endmenu
220
221menu "Block devices support"
222
223config FWRT_PACKAGE_KMOD_LOOP
224 prompt "kmod-loop......................... Loop mount support"
225 tristate
226 default n
227 help
228 Kernel module for loop mount support
229
230config FWRT_PACKAGE_KMOD_NBD
231 prompt "kmod-nbd.......................... Network Block Device"
232 tristate
233 default n
234 help
235 Kernel module for network block device
236
237endmenu
238
239menu "Filesystems support"
240
241config FWRT_PACKAGE_KMOD_FS_CIFS
242 prompt "kmod-fs-cifs...................... CIFS support"
243 tristate
244 default n
245 help
246 Kernel modules for CIFS support
247
248config FWRT_PACKAGE_KMOD_FS_EXT2
249 prompt "kmod-fs-ext2...................... EXT2 filesystem support"
250 tristate
251 default n
252 help
253 Kernel modules for EXT2 filesystem support
254
255config FWRT_PACKAGE_KMOD_FS_EXT3
256 prompt "kmod-fs-ext3...................... EXT3 filesystem support"
257 tristate
258 default n
259 help
260 Kernel modules for EXT3 filesystem support
261
262config FWRT_PACKAGE_KMOD_FS_HFSPLUS
263 prompt "kmod-fs-hfsplus................... HFS+ filesystem support"
264 tristate
265 default n
266 help
267 Kernel modules for HFS+ filesystem support
268
269config FWRT_PACKAGE_KMOD_FS_NFS
270 prompt "kmod-fs-nfs....................... NFS client support"
271 tristate
272 default n
273 help
274 Kernel modules for NFS client support
275 Includes lockd, nfs and sunrpc.
276
277config FWRT_PACKAGE_KMOD_FS_NFSD
278 prompt "kmod-fs-nfsd...................... NFS server support"
279 tristate
280 select FWRT_PACKAGE_KMOD_FS_NFS
281 default n
282 help
283 Kernel modules for NFS server support
284 Includes nfsd.
285
286config FWRT_PACKAGE_KMOD_FS_VFAT
287 prompt "kmod-fs-vfat...................... VFAT filesystem support"
288 tristate
289 default n
290 help
291 Kernel modules for VFAT filesystem support
292 useful for usb mass storage devices
293
294config FWRT_PACKAGE_KMOD_FS_XFS
295 prompt "kmod-fs-xfs....................... XFS filesystem support"
296 tristate
297 default n
298 help
299 Kernel modules for XFS filesystem support
300
301endmenu
302
303menu "Multimedia devices support"
304
305config FWRT_PACKAGE_KMOD_PWC
306 prompt "kmod-pwc.......................... Kernel driver for USB Philips Cameras"
307 tristate
308 depends on FWRT_PACKAGE_KMOD_USB
309 default n
310
311config FWRT_PACKAGE_KMOD_SOUNDCORE
312 prompt "kmod-soundcore.................... Soundcard support"
313 tristate
314 default n
315 help
316 Base support for soundcards
317 Requires either USB soundcard support (OSS) or ALSA package to be useful
318
319config FWRT_PACKAGE_KMOD_VIDEODEV
320 prompt "kmod-videodev..................... Video (For Linux) kernel support"
321 tristate
322 default n
323
324endmenu
325
326menu "Native Language support"
327
328config FWRT_PACKAGE_KMOD_NLS_BASE
329 prompt "kmod-nls-base..................... Native Language support"
330 tristate
331 default n
332 help
333 Kernel native language support
334
335config FWRT_PACKAGE_KMOD_NLS_CP437
336 prompt "kmod-nls-cp437.................. Codepage 437 (United States, Canada)"
337 tristate
338 default n
339 depends FWRT_PACKAGE_KMOD_NLS_BASE
340 help
341 Kernel native language support
342
343config FWRT_PACKAGE_KMOD_NLS_CP737
344 prompt "kmod-nls-cp737.................. Codepage 737 (Greek)"
345 tristate
346 default n
347 depends FWRT_PACKAGE_KMOD_NLS_BASE
348 help
349 Kernel native language support
350
351config FWRT_PACKAGE_KMOD_NLS_CP775
352 prompt "kmod-nls-cp775.................. Codepage 775 (???)"
353 tristate
354 default n
355 depends FWRT_PACKAGE_KMOD_NLS_BASE
356 help
357 Kernel native language support
358
359config FWRT_PACKAGE_KMOD_NLS_CP850
360 prompt "kmod-nls-cp850.................. Codepage 850 (Western European Languages)"
361 tristate
362 default n
363 depends FWRT_PACKAGE_KMOD_NLS_BASE
364 help
365 Kernel native language support
366
367config FWRT_PACKAGE_KMOD_NLS_CP852
368 prompt "kmod-nls-cp852.................. Codepage 852 (Eastern European Languages)"
369 tristate
370 default n
371 depends FWRT_PACKAGE_KMOD_NLS_BASE
372 help
373 Kernel native language support
374
375config FWRT_PACKAGE_KMOD_NLS_CP855
376 prompt "kmod-nls-cp855.................. Codepage 855 (Cyrillic)"
377 tristate
378 default n
379 depends FWRT_PACKAGE_KMOD_NLS_BASE
380 help
381 Kernel native language support
382
383config FWRT_PACKAGE_KMOD_NLS_CP857
384 prompt "kmod-nls-cp857.................. Codepage 857 (Turkish)"
385 tristate
386 default n
387 depends FWRT_PACKAGE_KMOD_NLS_BASE
388 help
389 Kernel native language support
390
391config FWRT_PACKAGE_KMOD_NLS_CP860
392 prompt "kmod-nls-cp860.................. Codepage 860 (Portuguese)"
393 tristate
394 default n
395 depends FWRT_PACKAGE_KMOD_NLS_BASE
396 help
397 Kernel native language support
398
399config FWRT_PACKAGE_KMOD_NLS_CP861
400 prompt "kmod-nls-cp861.................. Codepage 861 (Icelandic)"
401 tristate
402 default n
403 depends FWRT_PACKAGE_KMOD_NLS_BASE
404 help
405 Kernel native language support
406
407config FWRT_PACKAGE_KMOD_NLS_CP862
408 prompt "kmod-nls-cp862.................. Codepage 862 (???)"
409 tristate
410 default n
411 depends FWRT_PACKAGE_KMOD_NLS_BASE
412 help
413 Kernel native language support
414
415config FWRT_PACKAGE_KMOD_NLS_CP863
416 prompt "kmod-nls-cp863.................. Codepage 863 (French Canadian)"
417 tristate
418 default n
419 depends FWRT_PACKAGE_KMOD_NLS_BASE
420 help
421 Kernel native language support
422
423config FWRT_PACKAGE_KMOD_NLS_CP864
424 prompt "kmod-nls-cp864.................. Codepage 864 (???)"
425 tristate
426 default n
427 depends FWRT_PACKAGE_KMOD_NLS_BASE
428 help
429 Kernel native language support
430
431config FWRT_PACKAGE_KMOD_NLS_CP865
432 prompt "kmod-nls-cp865.................. Codepage 865 (Nordic)"
433 tristate
434 default n
435 depends FWRT_PACKAGE_KMOD_NLS_BASE
436 help
437 Kernel native language support
438
439config FWRT_PACKAGE_KMOD_NLS_CP866
440 prompt "kmod-nls-cp866.................. Codepage 866 (Cyrillic)"
441 tristate
442 default n
443 depends FWRT_PACKAGE_KMOD_NLS_BASE
444 help
445 Kernel native language support
446
447config FWRT_PACKAGE_KMOD_NLS_CP869
448 prompt "kmod-nls-cp869.................. Codepage 869 (Greek)"
449 tristate
450 default n
451 depends FWRT_PACKAGE_KMOD_NLS_BASE
452 help
453 Kernel native language support
454
455config FWRT_PACKAGE_KMOD_NLS_CP874
456 prompt "kmod-nls-cp874.................. Codepage 874 (???)"
457 tristate
458 default n
459 depends FWRT_PACKAGE_KMOD_NLS_BASE
460 help
461 Kernel native language support
462
463config FWRT_PACKAGE_KMOD_NLS_CP932
464 prompt "kmod-nls-cp932.................. Codepage 932 (Japanese)"
465 tristate
466 default n
467 depends FWRT_PACKAGE_KMOD_NLS_BASE
468 help
469 Kernel native language support
470
471config FWRT_PACKAGE_KMOD_NLS_CP936
472 prompt "kmod-nls-cp936.................. Codepage 936 (Simplified Chinese)"
473 tristate
474 default n
475 depends FWRT_PACKAGE_KMOD_NLS_BASE
476 help
477 Kernel native language support
478
479config FWRT_PACKAGE_KMOD_NLS_CP949
480 prompt "kmod-nls-cp949.................. Codepage 949 (Korean)"
481 tristate
482 default n
483 depends FWRT_PACKAGE_KMOD_NLS_BASE
484 help
485 Kernel native language support
486
487config FWRT_PACKAGE_KMOD_NLS_CP950
488 prompt "kmod-nls-cp950.................. Codepage 950 (Traditional Chinese)"
489 tristate
490 default n
491 depends FWRT_PACKAGE_KMOD_NLS_BASE
492 help
493 Kernel native language support
494
495config FWRT_PACKAGE_KMOD_NLS_CP1250
496 prompt "kmod-nls-cp1250.................. Codepage 1250 (East European Latin)"
497 tristate
498 default n
499 depends FWRT_PACKAGE_KMOD_NLS_BASE
500 help
501 Kernel native language support
502
503config FWRT_PACKAGE_KMOD_NLS_CP1251
504 prompt "kmod-nls-cp1251.................. Codepage 1251 (Cryllic)"
505 tristate
506 default n
507 depends FWRT_PACKAGE_KMOD_NLS_BASE
508 help
509 Kernel native language support
510
511config FWRT_PACKAGE_KMOD_NLS_ISO8859_1
512 prompt "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin-1; Western European Languages)"
513 tristate
514 default n
515 depends FWRT_PACKAGE_KMOD_NLS_BASE
516 help
517 Kernel native language support
518
519config FWRT_PACKAGE_KMOD_NLS_ISO8859_2
520 prompt "kmod-nls-iso8859-2.............. NLS ISO 8859-2 (Latin-2; Central European Languages)"
521 tristate
522 default n
523 depends FWRT_PACKAGE_KMOD_NLS_BASE
524 help
525 Kernel native language support
526
527config FWRT_PACKAGE_KMOD_NLS_ISO8859_3
528 prompt "kmod-nls-iso8859-3.............. NLS ISO 8859-3 (Latin-3; South European Languages)"
529 tristate
530 default n
531 depends FWRT_PACKAGE_KMOD_NLS_BASE
532 help
533 Kernel native language support
534
535config FWRT_PACKAGE_KMOD_NLS_ISO8859_4
536 prompt "kmod-nls-iso8859-4.............. NLS ISO 8859-4 (Latin-4; North European Languages)"
537 tristate
538 default n
539 depends FWRT_PACKAGE_KMOD_NLS_BASE
540 help
541 Kernel native language support
542
543config FWRT_PACKAGE_KMOD_NLS_ISO8859_5
544 prompt "kmod-nls-iso8859-5.............. NLS ISO 8859-5 (Cyrillic)"
545 tristate
546 default n
547 depends FWRT_PACKAGE_KMOD_NLS_BASE
548 help
549 Kernel native language support
550
551config FWRT_PACKAGE_KMOD_NLS_ISO8859_6
552 prompt "kmod-nls-iso8859-6.............. NLS ISO 8859-6 (Arabic)"
553 tristate
554 default n
555 depends FWRT_PACKAGE_KMOD_NLS_BASE
556 help
557 Kernel native language support
558
559config FWRT_PACKAGE_KMOD_NLS_ISO8859_7
560 prompt "kmod-nls-iso8859-7.............. NLS ISO 8859-7 (Greek)"
561 tristate
562 default n
563 depends FWRT_PACKAGE_KMOD_NLS_BASE
564 help
565 Kernel native language support
566
567config FWRT_PACKAGE_KMOD_NLS_ISO8859_8
568 prompt "kmod-nls-iso8859-8.............. NLS ISO 8859-8 (Hebrew)"
569 tristate
570 default n
571 depends FWRT_PACKAGE_KMOD_NLS_BASE
572 help
573 Kernel native language support
574
575config FWRT_PACKAGE_KMOD_NLS_ISO8859_9
576 prompt "kmod-nls-iso8859-9.............. NLS ISO 8859-9 (Latin-5; Turkish)"
577 tristate
578 default n
579 depends FWRT_PACKAGE_KMOD_NLS_BASE
580 help
581 Kernel native language support
582
583config FWRT_PACKAGE_KMOD_NLS_ISO8859_13
584 prompt "kmod-nls-iso8859-13.............. NLS ISO 8859-13 (Latin-7; Baltic Rim)"
585 tristate
586 default n
587 depends FWRT_PACKAGE_KMOD_NLS_BASE
588 help
589 Kernel native language support
590
591config FWRT_PACKAGE_KMOD_NLS_ISO8859_14
592 prompt "kmod-nls-iso8859-14.............. NLS ISO 8859-14 (Latin-8; Celtic)"
593 tristate
594 default n
595 depends FWRT_PACKAGE_KMOD_NLS_BASE
596 help
597 Kernel native language support
598
599config FWRT_PACKAGE_KMOD_NLS_ISO8859_15
600 prompt "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin-9; Western European Languages with Euro)"
601 tristate
602 default n
603 depends FWRT_PACKAGE_KMOD_NLS_BASE
604 help
605 Kernel native language support
606
607config FWRT_PACKAGE_KMOD_NLS_KOI8_R
608 prompt "kmod-nls-koi8-r................... NLS KOI8-R (Cryllic for Russian and Bulgarian"
609 tristate
610 default n
611 depends FWRT_PACKAGE_KMOD_NLS_BASE
612 help
613 Kernel native language support
614
615config FWRT_PACKAGE_KMOD_NLS_KOI8_U
616 prompt "kmod-nls-koi8-u................... NLS KOI8-U (Cyrillic for Russian, Bulgarian and Ukrainian"
617 tristate
618 default n
619 depends FWRT_PACKAGE_KMOD_NLS_BASE
620 help
621 Kernel native language support
622
623config FWRT_PACKAGE_KMOD_NLS_UTF8
624 prompt "kmod-nls-utf8................... NLS UTF8"
625 tristate
626 default n
627 depends FWRT_PACKAGE_KMOD_NLS_BASE
628 help
629 Kernel native language support
630
631endmenu
632
633menu "PCMCIA/CardBus support"
634depends on FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
635
636config FWRT_PACKAGE_KMOD_PCMCIA_CORE
637 prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support"
638 tristate
639 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
640 default n
641 depends on FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
642
643config FWRT_PACKAGE_KMOD_PCMCIA_SERIAL
644 prompt "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support"
645 tristate
646 default n
647 depends FWRT_PACKAGE_KMOD_PCMCIA_CORE
648
649config FWRT_PACKAGE_KMOD_PCMCIA_HSO
650 prompt "kmod-pcmcia-hso................. PCMCIA/CardBus driver for Option HSUPA card"
651 tristate
652 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
653 default n
654 depends FWRT_PACKAGE_KMOD_PCMCIA_CORE
655endmenu
656
657menu "USB support"
658depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \
659 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \
660 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
661 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \
662 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
663
664config FWRT_PACKAGE_KMOD_USB
665 prompt "kmod-usb-core..................... USB support"
666 tristate
667 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G
668 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE
669 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
670 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
671 default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
672 default n
673 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \
674 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \
675 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
676 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \
677 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
678
679config FWRT_PACKAGE_KMOD_USB_UHCI
680 prompt "kmod-usb-uhci................... Support for UHCI controllers"
681 tristate
682 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
683 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE
684 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
685 default n
686 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
687 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \
688 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
689 depends FWRT_PACKAGE_KMOD_USB
690 select FWRT_PACKAGE_KMOD_USB_CONTROLLER
691 help
692 USB UHCI host controller driver
693
694config FWRT_PACKAGE_KMOD_USB_OHCI
695 prompt "kmod-usb-ohci................... Support for OHCI controllers"
696 tristate
697 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G
698 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
699 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
700 default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
701 default n
702 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \
703 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
704 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \
705 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
706 depends FWRT_PACKAGE_KMOD_USB
707 select FWRT_PACKAGE_KMOD_USB_CONTROLLER
708 help
709 USB OHCI host controller driver
710
711config FWRT_PACKAGE_KMOD_USB2
712 prompt "kmod-usb2....................... Support for USB 2.0 controllers"
713 tristate
714 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE
715 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
716 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
717 default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
718 default n
719 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \
720 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
721 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \
722 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
723 depends FWRT_PACKAGE_KMOD_USB
724 select FWRT_PACKAGE_KMOD_USB_CONTROLLER
725
726config FWRT_PACKAGE_KMOD_USB_CONTROLLER
727 tristate
728 depends on FWRT_PACKAGE_KMOD_USB_UHCI || FWRT_PACKAGE_KMOD_USB_OHCI || FWRT_PACKAGE_KMOD_USB2
729 default n
730
731config FWRT_PACKAGE_KMOD_USB_ACM
732 prompt "kmod-usb-acm...................... Support for USB modems/isdn controllers"
733 tristate
734 default n
735 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
736
737config FWRT_PACKAGE_KMOD_USB_AUDIO
738 prompt "kmod-usb-audio.................... Support for USB soundcards"
739 tristate
740 default n
741 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
742 select FWRT_PACKAGE_KMOD_SOUNDCORE
743 help
744 Use this kernel module if you have a USB sound adapter.
745 If this does not work for you, try kmod-alsa instead of this.
746
747config FWRT_PACKAGE_KMOD_USB_PRINTER
748 prompt "kmod-usb-printer.................. Support for USB printers"
749 tristate
750 default n
751 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
752
753config FWRT_PACKAGE_KMOD_USB_SERIAL
754 prompt "kmod-usb-serial................... Support for USB-to-serial converters"
755 tristate
756 default n
757 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
758
759config FWRT_PACKAGE_KMOD_USB_SERIAL_BELKIN
760 prompt "kmod-usb-serial-belkin.......... Support for Belkin USB-to-serial converters"
761 tristate
762 default n
763 depends FWRT_PACKAGE_KMOD_USB_SERIAL
764
765config FWRT_PACKAGE_KMOD_USB_SERIAL_FTDI
766 prompt "kmod-usb-serial-ftdi............ Support for FTDI USB-to-serial converterr"
767 tristate
768 default n
769 depends FWRT_PACKAGE_KMOD_USB_SERIAL
770
771config FWRT_PACKAGE_KMOD_USB_SERIAL_MCT_U232
772 prompt "kmod-usb-serial-mct-u232........ Support for Magic Control Technology USB-to-Serial converters"
773 tristate
774 default n
775 depends FWRT_PACKAGE_KMOD_USB_SERIAL
776
777config FWRT_PACKAGE_KMOD_USB_SERIAL_PL2303
778 prompt "kmod-usb-serial-pl2303.......... Support for Prolific PL2303 USB-to-Serial converters"
779 tristate
780 default n
781 depends FWRT_PACKAGE_KMOD_USB_SERIAL
782
783config FWRT_PACKAGE_KMOD_USB_SERIAL_VISOR
784 prompt "kmod-usb-serial-visor........... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
785 tristate
786 default n
787 depends FWRT_PACKAGE_KMOD_USB_SERIAL
788
789config FWRT_PACKAGE_KMOD_USB_STORAGE
790 prompt "kmod-usb-storage.................. Support for USB storage devices"
791 tristate
792 default n
793 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
794endmenu
795
796menu "Crypto support"
797config FWRT_PACKAGE_KMOD_CRYPTO_ARC4
798 prompt "kmod-crypto-arc4....................... ARC4 crypto algorithm"
799 tristate
800 default n
801 select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
802 help
803 Kernel module for ARC4 crypto algorithm
804
805config FWRT_PACKAGE_KMOD_CRYPTO_SHA1
806 prompt "kmod-crypto-sha1....................... SHA-1 crypto algorithm"
807 tristate
808 default n
809 select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
810 help
811 Kernel module for SHA-1 cryptographic algorithm
812
813endmenu
814
815menu "Misc. devices support"
816
817config FWRT_PACKAGE_KMOD_AX25
818 prompt "kmod-ax25......................... AX25 support"
819 tristate
820 default n
821 help
822 Kernel modules for AX25 protocol family
823
824 This package contains both the AX25 layer 2 support (ax25) and AX25 KISS driver (mkiss)
825
826config FWRT_PACKAGE_KMOD_BLUETOOTH
827 prompt "kmod-bluetooth.................... Bluetooth drivers and network stack"
828 tristate
829 default n
830 help
831 Bluetooth drivers and network stack
832
833
834config FWRT_PACKAGE_KMOD_PARPORT
835 prompt "kmod-parport...................... generic parallel port support"
836 tristate
837 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G
838 default n
839 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G
840 help
841 Kernel module for generic parallel port support
842
843config FWRT_PACKAGE_KMOD_PARPORT_SPLINK
844 prompt "kmod-parport-splink............. parport driver for Asus WL500g"
845 tristate
846 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G
847 default n
848 depends on FWRT_PACKAGE_KMOD_PARPORT
849 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G
850 help
851 Kernel module for parallel port on Asus WL500g
852
853config FWRT_PACKAGE_KMOD_LP
854 prompt "kmod-lp......................... line printer support"
855 tristate
856 default n
857 depends on FWRT_PACKAGE_KMOD_PARPORT
858 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G
859 help
860 Kernel module for line printer support
861
862config FWRT_PACKAGE_KMOD_PPDEV
863 prompt "kmod-ppdev...................... userland parellel port driver"
864 tristate
865 default n
866 depends on FWRT_PACKAGE_KMOD_PARPORT
867 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G
868 help
869 Kernel module for line printer support
870
871
872config FWRT_PACKAGE_KMOD_SOFTDOG
873 prompt "kmod-softdog...................... Software watchdog"
874 tristate
875 default n
876 help
877 Kernel modules for software watchdog driver
878
879endmenu
880
881menu "Additional kernel modules (external drivers)"
882source package/alsa/Config.in
883source package/broadcom-wl/Config.in
884source package/broadcom-diag/Config.in
885source package/broadcom-mmc/Config.in
886source package/hostap/Config.in
887source package/madwifi/Config.in
888source package/mini_fo/Config.in
889source package/nozomi/Config.in
890source package/spca5xx/Config.in
891source package/switch/Config.in
892source package/wlcompat/Config.in
893endmenu
894
895endmenu
Note: See TracBrowser for help on using the repository browser.