remove duplicate package/ prefix from package dump error message
[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_IPIP
27         prompt "kmod-ipip......................... IP in IP encapsulation support"
28         tristate
29         default m
30         help
31           Kernel module for IP in IP encapsulation
32
33 config PACKAGE_KMOD_IPV6
34         prompt "kmod-ipv6......................... IPv6 support"
35         tristate
36         default m
37         help
38           Kernel modules for IPv6 protocol support
39
40 config PACKAGE_KMOD_RING
41         prompt "kmod-ring......................... PF Ring"
42         tristate
43         default m
44         help
45           PF Ring
46
47 config PACKAGE_KMOD_SCHED
48         prompt "kmod-sched........................ Traffic schedulers"
49         tristate
50         default m
51         help
52           Kernel schedulers for IP traffic
53
54 config PACKAGE_KMOD_TUN
55         prompt "kmod-tun.......................... Universal TUN/TAP driver"
56         tristate
57         default m
58         help
59           Kernel support for the TUN/TAP tunneling device
60
61 endmenu
62
63 menu "Block devices support"
64
65 config PACKAGE_kmod-ide-core
66         prompt "kmod-ide-core..................... IDE support"
67         tristate
68         default m
69         depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM
70         help
71           Kernel modules for IDE support
72           useful for usb mass storage devices (e.g. on WL-HDD)
73           
74           Includes:
75             - ide-core
76             - ide-detect
77             - ide-disk
78
79 config PACKAGE_kmod-ide-pdc202xx
80         prompt "kmod-ide-pdc202xx................. PDC202xx driver"
81         tristate
82         default m
83         depends PACKAGE_kmod-ide-core
84         depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM
85         help
86           Kernel modules for IDE support
87           useful for usb mass storage devices (e.g. on WL-HDD)
88           
89           Includes:
90             - ide-core
91             - ide-detect
92             - ide-disk
93
94 config PACKAGE_KMOD_LOOP
95         prompt "kmod-loop......................... Loop mount support"
96         tristate
97         default m
98         help
99           Kernel module for loop mount support
100
101 config PACKAGE_KMOD_NBD
102         prompt "kmod-nbd.......................... Network Block Device"
103         tristate
104         default m
105         help
106           Kernel module for network block device
107
108 endmenu
109
110 menu "Filesystems support"
111
112 config PACKAGE_KMOD_FS_CIFS
113         prompt "kmod-fs-cifs...................... CIFS support"
114         tristate
115         default m
116         help
117           Kernel modules for CIFS support
118
119 config PACKAGE_KMOD_FS_EXT2
120         prompt "kmod-fs-ext2...................... EXT2 filesystem support"
121         tristate
122         default m
123         help
124           Kernel modules for EXT2 filesystem support
125
126 config PACKAGE_KMOD_FS_EXT3
127         prompt "kmod-fs-ext3...................... EXT3 filesystem support"
128         tristate
129         default m
130         help
131           Kernel modules for EXT3 filesystem support
132
133 config PACKAGE_KMOD_FS_HFSPLUS
134         prompt "kmod-fs-hfsplus................... HFS+ filesystem support"
135         tristate
136         default m
137         help
138           Kernel modules for HFS+ filesystem support
139
140 config PACKAGE_KMOD_FS_NFS
141         prompt "kmod-fs-nfs....................... NFS support"
142         tristate
143         default m
144         help
145           Kernel modules for NFS support
146           Includes lockd, nfs and sunrpc
147
148 config PACKAGE_KMOD_FS_VFAT
149         prompt "kmod-fs-vfat...................... VFAT filesystem support"
150         tristate
151         default m
152         help
153           Kernel modules for VFAT filesystem support
154           useful for usb mass storage devices
155
156 config PACKAGE_KMOD_FS_XFS
157         prompt "kmod-fs-xfs....................... XFS filesystem support"
158         tristate
159         default m
160         help
161           Kernel modules for XFS filesystem support
162
163 endmenu
164
165 menu "Multimedia devices support"
166
167 config PACKAGE_KMOD_PWC
168         prompt "kmod-pwc.......................... Kernel driver for USB Philips Cameras"
169         tristate
170         depends PACKAGE_KMOD_USB
171         default m
172
173 config PACKAGE_KMOD_SOUNDCORE
174         prompt "kmod-soundcore.................... Soundcard support"
175         tristate
176         default n
177         help
178           Base support for soundcards
179           Requires either USB soundcard support (OSS) or ALSA package to be useful
180
181 config PACKAGE_KMOD_VIDEODEV
182         prompt "kmod-videodev..................... Video (For Linux) kernel support"
183         tristate
184         default m
185
186 endmenu
187
188 menu "Native Language support"
189
190 config PACKAGE_KMOD_NLS_BASE
191         prompt "kmod-nls-base..................... Native Language support"
192         tristate
193         default m
194         help
195           Kernel native language support
196
197 config PACKAGE_KMOD_NLS_CP437
198         prompt   "kmod-nls-cp437.................. Codepage 437 (United States, Canada)"
199         tristate
200         default m
201         depends PACKAGE_KMOD_NLS_BASE
202         help
203           Kernel native language support
204
205 config PACKAGE_KMOD_NLS_CP850
206         prompt   "kmod-nls-cp850.................. Codepage 850 (Europe)"
207         tristate
208         default m
209         depends PACKAGE_KMOD_NLS_BASE
210         help
211           Kernel native language support
212
213 config PACKAGE_KMOD_NLS_ISO8859_1
214         prompt   "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin 1; Western European Languages)"
215         tristate
216         default m
217         depends PACKAGE_KMOD_NLS_BASE
218         help
219           Kernel native language support
220
221 config PACKAGE_KMOD_NLS_ISO8859_15
222         prompt   "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin 15; Western European Languages with Euro)"
223         tristate
224         default m
225         depends PACKAGE_KMOD_NLS_BASE
226         help
227           Kernel native language support
228
229 config PACKAGE_KMOD_NLS_UTF8
230         prompt   "kmod-nls-utf8................... NLS UTF8"
231         tristate
232         default m
233         depends PACKAGE_KMOD_NLS_BASE
234         help
235           Kernel native language support
236
237 endmenu
238
239 menu "Network devices support"
240         depends LINUX_2_4_X86 || LINUX_2_6_X86
241
242 config PACKAGE_KMOD_NET_3C59X
243         prompt "kmod-net-3c59x.................... 3Com 3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" Ethernet kernel support"
244         tristate
245         depends LINUX_2_4_X86 || LINUX_2_6_X86
246         default m
247         help
248           This option enables driver support for a large number of 10mbps and 
249           10/100mbps EISA, PCI and PCMCIA 3Com network cards:
250           
251            * "Vortex"    (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
252            * "Boomerang" (EtherLink XL 3c900 or 3c905)            PCI
253            * "Cyclone"   (3c540/3c900/3c905/3c980/3c575/3c656)    PCI and Cardbus
254            * "Tornado"   (3c905)                                  PCI
255            * "Hurricane" (3c555/3cSOHO)                           PCI
256
257 config PACKAGE_KMOD_NET_8139TOO
258         prompt "kmod-net-8139too.................. RealTek RTL-8139 PCI Fast Ethernet Adapter kernel support"
259         tristate
260         depends LINUX_2_4_X86 || LINUX_2_6_X86
261         default m
262         help
263           This is a driver for the Fast Ethernet PCI network cards based on 
264           the RTL8139 chips.
265
266 config PACKAGE_KMOD_NET_AIRO
267         prompt "kmod-net-airo..................... Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards kernel support"
268         tristate
269         depends LINUX_2_4_X86 || LINUX_2_6_X86
270         default m
271         help
272           This is the standard Linux driver to support Cisco/Aironet ISA and 
273           PCI 802.11 wireless cards.
274           It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 
275           - with or without encryption) as well as card before the Cisco 
276           acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
277           
278           This driver support both the standard Linux Wireless Extensions 
279           and Cisco proprietary API, so both the Linux Wireless Tools and the 
280           Cisco Linux utilities can be used to configure the card.
281
282 config PACKAGE_KMOD_NET_E100
283         prompt "kmod-net-e100..................... Intel(R) PRO/100+ cards kernel support"
284         tristate
285         depends LINUX_2_4_X86 || LINUX_2_6_X86
286         default m
287         help
288           Intel(R) PRO/100+ cards kernel support
289
290 config PACKAGE_KMOD_NET_HERMES
291         prompt "kmod-net-hermes................... Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) kernel support"
292         tristate
293         depends LINUX_2_4_X86 || LINUX_2_6_X86
294         default m
295         help
296           A driver for 802.11b wireless cards based based on the "Hermes" or 
297           Intersil HFA384x (Prism 2) MAC controller.  This includes the vast 
298           majority of the PCMCIA 802.11b cards (which are nearly all rebadges) 
299           - except for the Cisco/Aironet cards.  Cards supported include the 
300           Apple Airport (not a PCMCIA card), WavelanIEEE/Orinoco, 
301           Cabletron/EnteraSys Roamabout, ELSA AirLancer, MELCO Buffalo, Avaya, 
302           IBM High Rate Wireless, Farralon Syyline, Samsung MagicLAN, Netgear 
303           MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel 
304           PRO/Wireless, and Symbol Spectrum24 High Rate amongst others.
305
306 config PACKAGE_KMOD_NET_HERMES_PCI
307         prompt   "kmod-net-hermes-pci............. Intersil Prism 2.5 PCI 802.11b adaptor support"
308         tristate
309         default m
310         depends PACKAGE_KMOD_NET_HERMES
311         help
312           Enable support for PCI and mini-PCI 802.11b wireless NICs based on 
313           the Prism 2.5 chipset.  These are true PCI cards, not the 802.11b 
314           PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also 
315           common.  Some of the built-in wireless adaptors in laptops are of 
316           this variety.
317
318 config PACKAGE_KMOD_NET_HERMES_PLX
319         prompt   "kmod-net-hermes-plx............. Hermes in PLX9052 based PCI adaptor (Netgear MA301, etc.) kernel support"
320         tristate
321         default m
322         depends PACKAGE_KMOD_NET_HERMES
323         help
324           Enable support for PCMCIA cards supported by the "Hermes" (aka 
325           orinoco_cs) driver when used in PLX9052 based PCI adaptors.  These 
326           adaptors are not a full PCMCIA controller but act as a more limited 
327           PCI <-> PCMCIA bridge.  Several vendors sell such adaptors so that 
328           802.11b PCMCIA cards can be used in desktop machines.  The Netgear 
329           MA301 is such an adaptor.
330
331 config PACKAGE_KMOD_NET_NATSEMI
332         prompt "kmod-net-natsemi.................. National Semiconductor DP8381x series PCI Ethernet kernel support"
333         tristate
334         depends LINUX_2_4_X86 || LINUX_2_6_X86
335         default m
336         help
337           This driver is for the National Semiconductor DP83810 series, 
338           which is used in cards from PureData, NetGear, Linksys 
339           and others, including the 83815 chip.
340
341 config PACKAGE_KMOD_NET_PRISM54
342         prompt "kmod-net-prism54.................. Intersil Prism GT/Duette/Indigo PCI/PCMCIA cards kernel support"
343         tristate
344         depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM
345         default m
346         help
347           Enable PCI and Cardbus support for the following chipset based cards: 
348           
349            * ISL3880 - Prism GT       802.11 b/g
350            * ISL3877 - Prism Indigo   802.11 a
351            * ISL3890 - Prism Duette   802.11 a/b/g
352           
353           For a complete list of supported cards visit <http://prism54.org>.
354           Here is the latest confirmed list of supported cards: 
355           
356            * 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72
357            * Allnet ALL0271 PCI Card
358            * Compex WL54G Cardbus Card
359            * Corega CG-WLCB54GT Cardbus Card
360            * D-Link Air Plus Xtreme G A1 Cardbus Card aka DWL-g650
361            * I-O Data WN-G54/CB Cardbus Card
362            * Kobishi XG-300 aka Z-Com Cardbus Card
363            * Netgear WG511 Cardbus Card
364            * Ovislink WL-5400PCI PCI Card
365            * Peabird WLG-PCI PCI Card
366            * Sitecom WL-100i Cardbus Card
367            * Sitecom WL-110i PCI Card
368            * SMC2802W - EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card
369            * SMC2835W - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
370            * Z-Com XG-900 PCI Card
371            * Zyxel G-100 Cardbus Card
372           
373           If you enable this, you require a firmware file as well.
374           You will need to copy this to /usr/lib/hotplug/firmware/isl3890.
375           You can get this non-GPL'd firmware file from the Prism54 project page: 
376           <http://prism54.org>.
377           
378           Note: You need a motherboard with DMA support to use any of these cards.
379
380 endmenu
381
382 menu "PCMCIA/CardBus support"
383         depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM
384
385 config PACKAGE_KMOD_PCMCIA_CORE
386         prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support"
387         depends LINUX_PCMCIA_SUPPORT
388         tristate
389         depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM
390         default m
391
392 config PACKAGE_KMOD_PCMCIA_SERIAL
393         prompt   "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support"
394         tristate
395         default m
396         depends PACKAGE_KMOD_PCMCIA_CORE
397
398 endmenu
399
400 menu "USB support"
401
402 config PACKAGE_KMOD_USB
403         prompt "kmod-usb-core..................... USB support"
404         tristate
405         default n if LINUX_2_4_AR531X
406         default m
407
408 config PACKAGE_KMOD_USB_UHCI 
409         prompt   "kmod-usb-uhci................... Support for UHCI controllers"
410         tristate
411         default n if LINUX_2_6_AU1000
412         depends PACKAGE_KMOD_USB
413         select PACKAGE_KMOD_USB_CONTROLLER
414
415 config PACKAGE_KMOD_USB_OHCI
416         prompt   "kmod-usb-ohci................... Support for OHCI controllers"
417         tristate
418         default m
419         depends PACKAGE_KMOD_USB
420         select PACKAGE_KMOD_USB_CONTROLLER
421
422 config PACKAGE_KMOD_USB2
423         prompt   "kmod-usb2....................... Support for USB 2.0 controllers"
424         tristate
425         default n if LINUX_2_6_AU1000
426         depends PACKAGE_KMOD_USB
427         select PACKAGE_KMOD_USB_CONTROLLER
428
429 config PACKAGE_KMOD_USB_CONTROLLER
430         tristate
431         depends on PACKAGE_KMOD_USB_UHCI || PACKAGE_KMOD_USB_OHCI || PACKAGE_KMOD_USB2
432         default n
433
434 config PACKAGE_KMOD_USB_ACM
435         prompt "kmod-usb-acm...................... Support for USB modems/isdn controllers"
436         tristate
437         default m
438         depends PACKAGE_KMOD_USB_CONTROLLER
439
440 config PACKAGE_KMOD_USB_AUDIO
441         prompt "kmod-usb-audio.................... Support for USB soundcards"
442         tristate
443         default m
444         depends PACKAGE_KMOD_USB_CONTROLLER
445         select PACKAGE_KMOD_SOUNDCORE
446
447 config PACKAGE_KMOD_USB_PRINTER
448         prompt "kmod-usb-printer.................. Support for USB printers"
449         tristate
450         default m
451         depends PACKAGE_KMOD_USB_CONTROLLER
452
453 config PACKAGE_KMOD_USB_SERIAL
454         prompt "kmod-usb-serial................... Support for USB-to-serial converters"
455         tristate
456         default m
457         depends PACKAGE_KMOD_USB_CONTROLLER
458
459 config PACKAGE_KMOD_USB_SERIAL_BELKIN
460         prompt   "kmod-usb-serial-belkin.......... Support for Belkin USB-to-serial converters"
461         tristate
462         default m
463         depends PACKAGE_KMOD_USB_SERIAL
464
465 config PACKAGE_KMOD_USB_SERIAL_FTDI
466         prompt   "kmod-usb-serial-ftdi............ Support for FTDI USB-to-serial converterr"
467         tristate
468         default m
469         depends PACKAGE_KMOD_USB_SERIAL
470
471 config PACKAGE_KMOD_USB_SERIAL_MCT_U232
472         prompt   "kmod-usb-serial-mct-u232........ Support for Magic Control Technology USB-to-Serial converters"
473         tristate
474         default m
475         depends PACKAGE_KMOD_USB_SERIAL
476
477 config PACKAGE_KMOD_USB_SERIAL_PL2303
478         prompt   "kmod-usb-serial-pl2303.......... Support for Prolific PL2303 USB-to-Serial converters"
479         tristate
480         default m
481         depends PACKAGE_KMOD_USB_SERIAL
482
483 config PACKAGE_KMOD_USB_SERIAL_VISOR
484         prompt   "kmod-usb-serial-visor........... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
485         tristate
486         default m
487         depends PACKAGE_KMOD_USB_SERIAL
488
489 config PACKAGE_KMOD_USB_STORAGE
490         prompt "kmod-usb-storage.................. Support for USB storage devices"
491         tristate
492         default m
493         depends PACKAGE_KMOD_USB_CONTROLLER
494
495 config PACKAGE_KMOD_USB_ATM
496         prompt "kmod-usb-atm...................... Support for USB ATM devices"
497         tristate
498         default m
499         depends PACKAGE_KMOD_USB_CONTROLLER
500
501 config PACKAGE_KMOD_USB_ATM_SPEEDTOUCH
502         prompt   "kmod-usb-atm-speedtouch......... Support for USB Speedtouch ADSL modem"
503         tristate
504         default m
505         depends PACKAGE_KMOD_USB_ATM
506
507 endmenu
508
509 menu "Misc. devices support"
510
511 config PACKAGE_KMOD_AX25
512         prompt "kmod-ax25......................... AX25 support"
513         tristate
514         default m
515         help
516           Kernel modules for AX25 protocol family
517           
518           This package contains both the AX25 layer 2 support (ax25) and AX25 KISS driver (mkiss)
519
520 config PACKAGE_KMOD_BLUETOOTH
521         prompt "kmod-bluetooth.................... Bluetooth drivers and network stack"
522         tristate
523         default m
524         default n if LINUX_2_4_AR531X
525         help
526           Bluetooth drivers and network stack
527
528 config PACKAGE_KMOD_LP
529         prompt "kmod-lp........................... Parallel port and lp support"
530         tristate
531         default m
532         help
533           Kernel modules for line printer and parallel port support
534
535 config PACKAGE_KMOD_SOFTDOG
536         prompt "kmod-softdog...................... Software watchdog"
537         tristate
538         default m
539         help
540           Kernel modules for software watchdog driver
541
542 config PACKAGE_KMOD_WD1100
543         prompt "kmod-wd1100....................... Soekris net4801 watchdog"
544         tristate
545         default y
546         depends LINUX_2_4_X86
547         help
548           Driver for the NatSemi SC1x00 series Watchdog 
549           found on Soekris net4801 boards
550
551 endmenu
552
553 endmenu