source: freewrt/target/linux/Config.in@ 079517f

freewrt_2_0
Last change on this file since 079517f was 079517f, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

remove mini_fo package

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