source: freewrt/target/linux/Config.in@ 6c03b27

freewrt_1_0 freewrt_2_0
Last change on this file since 6c03b27 was e3ea651, checked in by Thorsten Glaser <tg@…>, 19 years ago

what difference a little less menus and a little more indentation can make
now I can menuconfig in about half the time

wbx@ allowed me to do so... I did keep some menus where it made sense though

git-svn-id: svn://www.freewrt.org/trunk/freewrt@414 afb5a338-a214-0410-bd46-81f09a774fd1

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