source: freewrt/target/linux/Config.in@ d68dd30

Last change on this file since d68dd30 was d68dd30, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

big commit from the last 5 days, try to implement model specific kernel patches and configs, restructure target/linux

git-svn-id: svn://www.freewrt.org/branches/wbx-target-cleanup@515 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 20.5 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 m
9 help
10 ATM support
11
12config FWRT_PACKAGE_KMOD_GRE
13 prompt "kmod-gre.......................... GRE tunneling driver"
14 tristate
15 default m
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 m
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 m
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 m
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 m
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 m
51 depends FWRT_PACKAGE_KMOD_PPP
52 select FWRT_PACKAGE_KMOD_CRYPTO
53 help
54 Support for Microsoft PPP Encryption/Compression
55
56config FWRT_PACKAGE_KMOD_PPPOATM
57 prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support"
58 tristate
59 default m
60 depends FWRT_PACKAGE_KMOD_PPP
61 select FWRT_PACKAGE_KMOD_ATM
62 help
63 Support for PPP over ATM
64
65config FWRT_PACKAGE_KMOD_PPPOE
66 prompt "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support"
67 tristate
68 default m
69 depends FWRT_PACKAGE_KMOD_PPP
70 help
71 Support for PPP over Ethernet
72
73config FWRT_PACKAGE_KMOD_RING
74 prompt "kmod-ring......................... PF Ring"
75 tristate
76 default m
77 help
78 PF Ring
79
80config FWRT_PACKAGE_KMOD_SCHED
81 prompt "kmod-sched........................ Traffic schedulers"
82 tristate
83 default m
84 help
85 Kernel schedulers for IP traffic
86
87config FWRT_PACKAGE_KMOD_TUN
88 prompt "kmod-tun.......................... Universal TUN/TAP driver"
89 tristate
90 default m
91 help
92 Kernel support for the TUN/TAP tunneling device
93
94endmenu
95
96menu "Filtering/Firewalling"
97
98config FWRT_PACKAGE_KMOD_ARPTABLES
99 prompt "kmod-arptables.................... ARP firewalling support"
100 tristate
101 default m
102 help
103 Kernel modules for ARP firewalling
104
105config FWRT_PACKAGE_KMOD_EBTABLES
106 prompt "kmod-ebtables..................... Ethernet Bridge firewalling support"
107 tristate
108 default m
109 help
110 Kernel modules for bridge firewalling
111
112config FWRT_PACKAGE_KMOD_IPTABLES
113 prompt "kmod-iptables..................... Core Netfilter modules for IPv4 firewalling"
114 tristate
115 default y
116 help
117 Kernel modules for IPv4 firewalling
118
119config FWRT_PACKAGE_KMOD_IPTABLES_EXTRA
120 prompt "kmod-iptables-extra............... Extra Netfilter modules for IPv4 firewalling (meta-package)"
121 tristate
122 default m
123 select FWRT_PACKAGE_KMOD_IPT_CONNTRACK
124 select FWRT_PACKAGE_KMOD_IPT_FILTER
125 select FWRT_PACKAGE_KMOD_IPT_IPOPT
126 select FWRT_PACKAGE_KMOD_IPT_IPSEC
127 select FWRT_PACKAGE_KMOD_IPT_NAT
128 select FWRT_PACKAGE_KMOD_IPT_NAT_EXTRA
129 select FWRT_PACKAGE_KMOD_IPT_QUEUE
130 select FWRT_PACKAGE_KMOD_IPT_ULOG
131 select FWRT_PACKAGE_KMOD_IPT_EXTRA
132 help
133 Extra Netfilter kernel modules for IPv4 firewalling (meta-package)
134
135config FWRT_PACKAGE_KMOD_IPT_CONNTRACK
136 prompt "kmod-ipt-conntrack................ Netfilter modules for connection tracking"
137 tristate
138 default m
139 help
140 Netfilter (IPv4) kernel modules for connection tracking
141
142 Includes:
143 * ipt_conntrack
144 * ipt_helper
145 * ipt_connmark/CONNMARK
146
147config FWRT_PACKAGE_KMOD_IPT_FILTER
148 prompt "kmod-ipt-filter................... Netfilter modules for packet content inspection"
149 tristate
150 default m
151 help
152 Netfilter (IPv4) kernel modules for packet content inspection
153
154 Includes:
155 * ipt_ipp2p
156 * ipt_layer7
157
158config FWRT_PACKAGE_KMOD_IPT_IPOPT
159 prompt "kmod-ipt-ipopt.................... Netfilter modules for matching/changing IP packet options"
160 tristate
161 default m
162 help
163 Netfilter (IPv4) kernel modules for matching/changing IP packet options
164
165 Includes:
166 * ipt_dscp/DSCP
167 * ipt_ecn/ECN
168 * ipt_length
169 * ipt_mac
170 * ipt_tos/TOS
171 * ipt_tcpmms
172 * ipt_ttl/TTL
173 * ipt_unclean
174
175config FWRT_PACKAGE_KMOD_IPT_IPSEC
176 prompt "kmod-ipt-ipsec.................... Netfilter modules for matching IPsec packets"
177 tristate
178 default m
179 help
180 Netfilter (IPv4) kernel modules for matching IPsec packets
181
182 Includes:
183 * ipt_ah
184 * ipt_esp
185
186config FWRT_PACKAGE_KMOD_IPT_NAT
187 prompt "kmod-ipt-nat...................... Netfilter modules for different NAT targets"
188 tristate
189 default m
190 help
191 Netfilter (IPv4) kernel modules for different NAT targets
192
193 Includes:
194 * ipt_REDIRECT
195
196config FWRT_PACKAGE_KMOD_IPT_NAT_EXTRA
197 prompt "kmod-ipt-nat-extra................ Extra Netfilter NAT modules for special protocols"
198 tristate
199 default m
200 help
201 Extra Netfilter (IPv4) NAT kernel modules for special protocols
202
203 Includes:
204 * ip_conntrack_amanda
205 * ip_conntrack_proto_gre
206 * ip_nat_proto_gre
207 * ip_conntrack_pptp
208 * ip_nat_pptp
209 * ip_conntrack_sip
210 * ip_nat_sip
211 * ip_nat_snmp_basic
212 * ip_conntrack_tftp
213
214config FWRT_PACKAGE_KMOD_IPT_QUEUE
215 prompt "kmod-ipt-queue.................... Netfilter module for user-space packet queueing"
216 tristate
217 default m
218 help
219 Netfilter (IPv4) module for user-space packet queueing
220
221 Includes:
222 * ipt_QUEUE
223
224config FWRT_PACKAGE_KMOD_IPT_ULOG
225 prompt "kmod-ipt-ulog..................... Netfilter module for user-space packet logging"
226 tristate
227 default m
228 help
229 Netfilter (IPv4) module for user-space packet logging
230
231 Includes:
232 * ipt_ULOG
233
234config FWRT_PACKAGE_KMOD_IPT_EXTRA
235 prompt "kmod-ipt-extra.................... Other extra Netfilter modules"
236 tristate
237 default m
238 help
239 Other extra Netfilter (IPv4) kernel modules
240
241 Includes:
242 * ipt_limit
243 * ipt_owner
244 * ipt_physdev
245 * ipt_pkttype
246 * ipt_recent
247
248config FWRT_PACKAGE_KMOD_IP6TABLES
249 prompt "kmod-ip6tables.................... Kernel modules for ip6tables"
250 tristate
251 default m
252 depends FWRT_PACKAGE_KMOD_IPV6
253 help
254 IPv6 firewalling support
255
256endmenu
257
258menu "Block devices support"
259
260config FWRT_PACKAGE_KMOD_IDE
261 prompt "kmod-ide.......................... IDE support"
262 tristate
263 default m
264 depends FWRT_LINUX_2_4_X86 || FWRT_LINUX_2_6_X86 || FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM
265 help
266 Kernel modules for IDE support
267 useful for usb mass storage devices (e.g. on WL-HDD)
268
269 Includes:
270 - ide-core
271 - ide-detect
272 - ide-disk
273 - pdc202xx_old
274
275config FWRT_PACKAGE_KMOD_LOOP
276 prompt "kmod-loop......................... Loop mount support"
277 tristate
278 default m
279 help
280 Kernel module for loop mount support
281
282config FWRT_PACKAGE_KMOD_NBD
283 prompt "kmod-nbd.......................... Network Block Device"
284 tristate
285 default m
286 help
287 Kernel module for network block device
288
289endmenu
290
291menu "Filesystems support"
292
293config FWRT_PACKAGE_KMOD_FS_CIFS
294 prompt "kmod-fs-cifs...................... CIFS support"
295 tristate
296 default m
297 help
298 Kernel modules for CIFS support
299
300config FWRT_PACKAGE_KMOD_FS_EXT2
301 prompt "kmod-fs-ext2...................... EXT2 filesystem support"
302 tristate
303 default m
304 help
305 Kernel modules for EXT2 filesystem support
306
307config FWRT_PACKAGE_KMOD_FS_EXT3
308 prompt "kmod-fs-ext3...................... EXT3 filesystem support"
309 tristate
310 default m
311 help
312 Kernel modules for EXT3 filesystem support
313
314config FWRT_PACKAGE_KMOD_FS_HFSPLUS
315 prompt "kmod-fs-hfsplus................... HFS+ filesystem support"
316 tristate
317 default m
318 help
319 Kernel modules for HFS+ filesystem support
320
321config FWRT_PACKAGE_KMOD_FS_NFS
322 prompt "kmod-fs-nfs....................... NFS support"
323 tristate
324 default m
325 help
326 Kernel modules for NFS support
327 Includes lockd, nfs and sunrpc
328
329config FWRT_PACKAGE_KMOD_FS_VFAT
330 prompt "kmod-fs-vfat...................... VFAT filesystem support"
331 tristate
332 default m
333 help
334 Kernel modules for VFAT filesystem support
335 useful for usb mass storage devices
336
337config FWRT_PACKAGE_KMOD_FS_XFS
338 prompt "kmod-fs-xfs....................... XFS filesystem support"
339 tristate
340 default m
341 help
342 Kernel modules for XFS filesystem support
343
344endmenu
345
346menu "Multimedia devices support"
347
348config FWRT_PACKAGE_KMOD_PWC
349 prompt "kmod-pwc.......................... Kernel driver for USB Philips Cameras"
350 tristate
351 depends FWRT_PACKAGE_KMOD_USB
352 default m
353
354config FWRT_PACKAGE_KMOD_SOUNDCORE
355 prompt "kmod-soundcore.................... Soundcard support"
356 tristate
357 default n
358 help
359 Base support for soundcards
360 Requires either USB soundcard support (OSS) or ALSA package to be useful
361
362config FWRT_PACKAGE_KMOD_VIDEODEV
363 prompt "kmod-videodev..................... Video (For Linux) kernel support"
364 tristate
365 default m
366
367endmenu
368
369menu "Native Language support"
370
371config FWRT_PACKAGE_KMOD_NLS_BASE
372 prompt "kmod-nls-base..................... Native Language support"
373 tristate
374 default m
375 help
376 Kernel native language support
377
378config FWRT_PACKAGE_KMOD_NLS_CP437
379 prompt "kmod-nls-cp437.................. Codepage 437 (United States, Canada)"
380 tristate
381 default m
382 depends FWRT_PACKAGE_KMOD_NLS_BASE
383 help
384 Kernel native language support
385
386config FWRT_PACKAGE_KMOD_NLS_CP850
387 prompt "kmod-nls-cp850.................. Codepage 850 (Europe)"
388 tristate
389 default m
390 depends FWRT_PACKAGE_KMOD_NLS_BASE
391 help
392 Kernel native language support
393
394config FWRT_PACKAGE_KMOD_NLS_ISO8859_1
395 prompt "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin 1; Western European Languages)"
396 tristate
397 default m
398 depends FWRT_PACKAGE_KMOD_NLS_BASE
399 help
400 Kernel native language support
401
402config FWRT_PACKAGE_KMOD_NLS_ISO8859_15
403 prompt "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin 15; Western European Languages with Euro)"
404 tristate
405 default m
406 depends FWRT_PACKAGE_KMOD_NLS_BASE
407 help
408 Kernel native language support
409
410config FWRT_PACKAGE_KMOD_NLS_UTF8
411 prompt "kmod-nls-utf8................... NLS UTF8"
412 tristate
413 default m
414 depends FWRT_PACKAGE_KMOD_NLS_BASE
415 help
416 Kernel native language support
417
418endmenu
419
420menu "Network devices support"
421 depends FWRT_LINUX_2_4_X86 || FWRT_LINUX_2_6_X86
422
423config FWRT_PACKAGE_KMOD_NET_3C59X
424 prompt "kmod-net-3c59x.................... 3Com 3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" Ethernet kernel support"
425 tristate
426 depends FWRT_LINUX_2_4_X86 || FWRT_LINUX_2_6_X86
427 default m
428 help
429 This option enables driver support for a large number of 10mbps and
430 10/100mbps EISA, PCI and PCMCIA 3Com network cards:
431
432 * "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
433 * "Boomerang" (EtherLink XL 3c900 or 3c905) PCI
434 * "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus
435 * "Tornado" (3c905) PCI
436 * "Hurricane" (3c555/3cSOHO) PCI
437
438config FWRT_PACKAGE_KMOD_NET_8139TOO
439 prompt "kmod-net-8139too.................. RealTek RTL-8139 PCI Fast Ethernet Adapter kernel support"
440 tristate
441 depends FWRT_LINUX_2_4_X86 || FWRT_LINUX_2_6_X86
442 default m
443 help
444 This is a driver for the Fast Ethernet PCI network cards based on
445 the RTL8139 chips.
446
447config FWRT_PACKAGE_KMOD_NET_AIRO
448 prompt "kmod-net-airo..................... Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards kernel support"
449 tristate
450 depends FWRT_LINUX_2_4_X86 || FWRT_LINUX_2_6_X86
451 default m
452 help
453 This is the standard Linux driver to support Cisco/Aironet ISA and
454 PCI 802.11 wireless cards.
455 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
456 - with or without encryption) as well as card before the Cisco
457 acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
458
459 This driver support both the standard Linux Wireless Extensions
460 and Cisco proprietary API, so both the Linux Wireless Tools and the
461 Cisco Linux utilities can be used to configure the card.
462
463config FWRT_PACKAGE_KMOD_NET_E100
464 prompt "kmod-net-e100..................... Intel(R) PRO/100+ cards kernel support"
465 tristate
466 depends FWRT_LINUX_2_4_X86 || FWRT_LINUX_2_6_X86
467 default m
468 help
469 Intel(R) PRO/100+ cards kernel support
470
471config FWRT_PACKAGE_KMOD_NET_HERMES
472 prompt "kmod-net-hermes................... Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) kernel support"
473 tristate
474 depends FWRT_LINUX_2_4_X86 || FWRT_LINUX_2_6_X86
475 default m
476 help
477 A driver for 802.11b wireless cards based based on the "Hermes" or
478 Intersil HFA384x (Prism 2) MAC controller. This includes the vast
479 majority of the PCMCIA 802.11b cards (which are nearly all rebadges)
480 - except for the Cisco/Aironet cards. Cards supported include the
481 Apple Airport (not a PCMCIA card), WavelanIEEE/Orinoco,
482 Cabletron/EnteraSys Roamabout, ELSA AirLancer, MELCO Buffalo, Avaya,
483 IBM High Rate Wireless, Farralon Syyline, Samsung MagicLAN, Netgear
484 MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel
485 PRO/Wireless, and Symbol Spectrum24 High Rate amongst others.
486
487config FWRT_PACKAGE_KMOD_NET_HERMES_PCI
488 prompt "kmod-net-hermes-pci............. Intersil Prism 2.5 PCI 802.11b adaptor support"
489 tristate
490 default m
491 depends FWRT_PACKAGE_KMOD_NET_HERMES
492 help
493 Enable support for PCI and mini-PCI 802.11b wireless NICs based on
494 the Prism 2.5 chipset. These are true PCI cards, not the 802.11b
495 PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also
496 common. Some of the built-in wireless adaptors in laptops are of
497 this variety.
498
499config FWRT_PACKAGE_KMOD_NET_HERMES_PLX
500 prompt "kmod-net-hermes-plx............. Hermes in PLX9052 based PCI adaptor (Netgear MA301, etc.) kernel support"
501 tristate
502 default m
503 depends FWRT_PACKAGE_KMOD_NET_HERMES
504 help
505 Enable support for PCMCIA cards supported by the "Hermes" (aka
506 orinoco_cs) driver when used in PLX9052 based PCI adaptors. These
507 adaptors are not a full PCMCIA controller but act as a more limited
508 PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that
509 802.11b PCMCIA cards can be used in desktop machines. The Netgear
510 MA301 is such an adaptor.
511
512config FWRT_PACKAGE_KMOD_NET_NATSEMI
513 prompt "kmod-net-natsemi.................. National Semiconductor DP8381x series PCI Ethernet kernel support"
514 tristate
515 depends FWRT_LINUX_2_4_X86 || FWRT_LINUX_2_6_X86
516 default m
517 help
518 This driver is for the National Semiconductor DP83810 series,
519 which is used in cards from PureData, NetGear, Linksys
520 and others, including the 83815 chip.
521
522config FWRT_PACKAGE_KMOD_NET_PRISM54
523 prompt "kmod-net-prism54.................. Intersil Prism GT/Duette/Indigo PCI/PCMCIA cards kernel support"
524 tristate
525 depends FWRT_LINUX_2_4_X86 || FWRT_LINUX_2_6_X86 || FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM
526 default m
527 help
528 Enable PCI and Cardbus support for the following chipset based cards:
529
530 * ISL3880 - Prism GT 802.11 b/g
531 * ISL3877 - Prism Indigo 802.11 a
532 * ISL3890 - Prism Duette 802.11 a/b/g
533
534 For a complete list of supported cards visit <http://prism54.org>.
535 Here is the latest confirmed list of supported cards:
536
537 * 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72
538 * Allnet ALL0271 PCI Card
539 * Compex WL54G Cardbus Card
540 * Corega CG-WLCB54GT Cardbus Card
541 * D-Link Air Plus Xtreme G A1 Cardbus Card aka DWL-g650
542 * I-O Data WN-G54/CB Cardbus Card
543 * Kobishi XG-300 aka Z-Com Cardbus Card
544 * Netgear WG511 Cardbus Card
545 * Ovislink WL-5400PCI PCI Card
546 * Peabird WLG-PCI PCI Card
547 * Sitecom WL-100i Cardbus Card
548 * Sitecom WL-110i PCI Card
549 * SMC2802W - EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card
550 * SMC2835W - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
551 * Z-Com XG-900 PCI Card
552 * Zyxel G-100 Cardbus Card
553
554 If you enable this, you require a firmware file as well.
555 You will need to copy this to /usr/lib/hotplug/firmware/isl3890.
556 You can get this non-GPL'd firmware file from the Prism54 project page:
557 <http://prism54.org>.
558
559 Note: You need a motherboard with DMA support to use any of these cards.
560
561endmenu
562
563menu "PCMCIA/CardBus support"
564 depends FWRT_LINUX_2_4_BRCM
565
566config FWRT_PACKAGE_KMOD_PCMCIA_CORE
567 prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support"
568 tristate
569 default m
570
571config FWRT_PACKAGE_KMOD_PCMCIA_SERIAL
572 prompt "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support"
573 tristate
574 default m
575 depends FWRT_PACKAGE_KMOD_PCMCIA_CORE
576
577endmenu
578
579menu "USB support"
580
581config FWRT_PACKAGE_KMOD_USB
582 prompt "kmod-usb-core..................... USB support"
583 tristate
584 default m
585
586config FWRT_PACKAGE_KMOD_USB_UHCI
587 prompt "kmod-usb-uhci................... Support for UHCI controllers"
588 tristate
589 depends FWRT_PACKAGE_KMOD_USB
590 select FWRT_PACKAGE_KMOD_USB_CONTROLLER
591
592config FWRT_PACKAGE_KMOD_USB_OHCI
593 prompt "kmod-usb-ohci................... Support for OHCI controllers"
594 tristate
595 default m
596 depends FWRT_PACKAGE_KMOD_USB
597 select FWRT_PACKAGE_KMOD_USB_CONTROLLER
598
599config FWRT_PACKAGE_KMOD_USB2
600 prompt "kmod-usb2....................... Support for USB 2.0 controllers"
601 tristate
602 depends FWRT_PACKAGE_KMOD_USB
603 select FWRT_PACKAGE_KMOD_USB_CONTROLLER
604
605config FWRT_PACKAGE_KMOD_USB_CONTROLLER
606 tristate
607 depends on FWRT_PACKAGE_KMOD_USB_UHCI || FWRT_PACKAGE_KMOD_USB_OHCI || FWRT_PACKAGE_KMOD_USB2
608 default n
609
610config FWRT_PACKAGE_KMOD_USB_ACM
611 prompt "kmod-usb-acm...................... Support for USB modems/isdn controllers"
612 tristate
613 default m
614 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
615
616config FWRT_PACKAGE_KMOD_USB_AUDIO
617 prompt "kmod-usb-audio.................... Support for USB soundcards"
618 tristate
619 default m
620 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
621 select FWRT_PACKAGE_KMOD_SOUNDCORE
622
623config FWRT_PACKAGE_KMOD_USB_PRINTER
624 prompt "kmod-usb-printer.................. Support for USB printers"
625 tristate
626 default m
627 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
628
629config FWRT_PACKAGE_KMOD_USB_SERIAL
630 prompt "kmod-usb-serial................... Support for USB-to-serial converters"
631 tristate
632 default m
633 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
634
635config FWRT_PACKAGE_KMOD_USB_SERIAL_BELKIN
636 prompt "kmod-usb-serial-belkin.......... Support for Belkin USB-to-serial converters"
637 tristate
638 default m
639 depends FWRT_PACKAGE_KMOD_USB_SERIAL
640
641config FWRT_PACKAGE_KMOD_USB_SERIAL_FTDI
642 prompt "kmod-usb-serial-ftdi............ Support for FTDI USB-to-serial converterr"
643 tristate
644 default m
645 depends FWRT_PACKAGE_KMOD_USB_SERIAL
646
647config FWRT_PACKAGE_KMOD_USB_SERIAL_MCT_U232
648 prompt "kmod-usb-serial-mct-u232........ Support for Magic Control Technology USB-to-Serial converters"
649 tristate
650 default m
651 depends FWRT_PACKAGE_KMOD_USB_SERIAL
652
653config FWRT_PACKAGE_KMOD_USB_SERIAL_PL2303
654 prompt "kmod-usb-serial-pl2303.......... Support for Prolific PL2303 USB-to-Serial converters"
655 tristate
656 default m
657 depends FWRT_PACKAGE_KMOD_USB_SERIAL
658
659config FWRT_PACKAGE_KMOD_USB_SERIAL_VISOR
660 prompt "kmod-usb-serial-visor........... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
661 tristate
662 default m
663 depends FWRT_PACKAGE_KMOD_USB_SERIAL
664
665config FWRT_PACKAGE_KMOD_USB_STORAGE
666 prompt "kmod-usb-storage.................. Support for USB storage devices"
667 tristate
668 default m
669 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
670
671config FWRT_PACKAGE_KMOD_USB_ATM
672 prompt "kmod-usb-atm...................... Support for USB ATM devices"
673 tristate
674 default m
675 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
676
677config FWRT_PACKAGE_KMOD_USB_ATM_SPEEDTOUCH
678 prompt "kmod-usb-atm-speedtouch......... Support for USB Speedtouch ADSL modem"
679 tristate
680 default m
681 depends FWRT_PACKAGE_KMOD_USB_ATM
682
683endmenu
684
685menu "Misc. devices support"
686
687config FWRT_PACKAGE_KMOD_AX25
688 prompt "kmod-ax25......................... AX25 support"
689 tristate
690 default m
691 help
692 Kernel modules for AX25 protocol family
693
694 This package contains both the AX25 layer 2 support (ax25) and AX25 KISS driver (mkiss)
695
696config FWRT_PACKAGE_KMOD_BLUETOOTH
697 prompt "kmod-bluetooth.................... Bluetooth drivers and network stack"
698 tristate
699 default m
700 help
701 Bluetooth drivers and network stack
702
703config FWRT_PACKAGE_KMOD_LP
704 prompt "kmod-lp........................... Parallel port and lp support"
705 tristate
706 default m
707 help
708 Kernel modules for line printer and parallel port support
709
710config FWRT_PACKAGE_KMOD_SOFTDOG
711 prompt "kmod-softdog...................... Software watchdog"
712 tristate
713 default m
714 help
715 Kernel modules for software watchdog driver
716
717config FWRT_PACKAGE_KMOD_WD1100
718 prompt "kmod-wd1100....................... Soekris net4801 watchdog"
719 tristate
720 default n
721 help
722 Driver for the NatSemi SC1x00 series Watchdog
723 found on Soekris net4801 boards
724
725endmenu
726
727menu "Additional kernel modules"
728
729config FWRT_PACKAGE_KMOD_CRYPTO
730 prompt "kmod-crypto....................... CryptoAPI modules"
731 tristate
732 default m
733 select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
734 help
735 Kernel modules for cryptographic algorithms
736
737endmenu
738
739endmenu
Note: See TracBrowser for help on using the repository browser.