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