source: freewrt/target/linux/Config.in@ 0fc924f

freewrt_1_0 freewrt_2_0
Last change on this file since 0fc924f was 761fba3, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

disable tgz version for now, will come back later

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

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