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