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