1 menu "Kernel Configuration / Device Support"
3 comment "Device specific configuration"
5 source "target/linux/*-2.[46]/Config.in"
7 comment "Kernel modules"
9 menu "Networking modules"
11 config PACKAGE_KMOD_ATM
12 prompt "kmod-atm.......................... ATM support"
14 default y if LINUX_2_4_AR7
19 config PACKAGE_KMOD_GRE
20 prompt "kmod-gre.......................... GRE tunneling driver"
24 Kernel support for GRE tunnels
26 config PACKAGE_KMOD_IMQ
27 prompt "kmod-imq.......................... Intermediate Queueing device"
31 Kernel support for the Intermediate Queueing device
33 config PACKAGE_KMOD_IPIP
34 prompt "kmod-ipip......................... IP in IP encapsulation support"
38 Kernel module for IP in IP encapsulation
40 config PACKAGE_KMOD_IPV6
41 prompt "kmod-ipv6......................... IPv6 support"
45 Kernel modules for IPv6 protocol support
47 config PACKAGE_KMOD_PPP
48 prompt "kmod-ppp.......................... PPP support"
52 Kernel support for PPP
54 config PACKAGE_KMOD_MPPE
55 prompt "kmod-mppe....................... PPP MPPE/MPPC module"
58 depends PACKAGE_KMOD_PPP
59 select PACKAGE_KMOD_CRYPTO
61 Support for Microsoft PPP Encryption/Compression
63 config PACKAGE_KMOD_PPPOATM
64 prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support"
66 default y if LINUX_2_4_AR7
68 depends PACKAGE_KMOD_PPP
69 select PACKAGE_KMOD_ATM
71 Support for PPP over ATM
73 config PACKAGE_KMOD_PPPOE
74 prompt "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support"
77 depends PACKAGE_KMOD_PPP
79 Support for PPP over Ethernet
81 config PACKAGE_KMOD_RING
82 prompt "kmod-ring......................... PF Ring"
88 config PACKAGE_KMOD_SCHED
89 prompt "kmod-sched........................ Traffic schedulers"
93 Kernel schedulers for IP traffic
95 config PACKAGE_KMOD_TUN
96 prompt "kmod-tun.......................... Universal TUN/TAP driver"
100 Kernel support for the TUN/TAP tunneling device
104 menu "Filtering/Firewalling"
106 config PACKAGE_KMOD_ARPTABLES
107 prompt "kmod-arptables.................... ARP firewalling support"
111 Kernel modules for ARP firewalling
113 config PACKAGE_KMOD_EBTABLES
114 prompt "kmod-ebtables..................... Ethernet Bridge firewalling support"
118 Kernel modules for bridge firewalling
120 config PACKAGE_KMOD_IPTABLES
121 prompt "kmod-iptables..................... Core Netfilter modules for IPv4 firewalling"
125 Kernel modules for IPv4 firewalling
127 config PACKAGE_KMOD_IPTABLES_EXTRA
128 prompt "kmod-iptables-extra............... Extra Netfilter modules for IPv4 firewalling (meta-package)"
131 select PACKAGE_KMOD_IPT_CONNTRACK
132 select PACKAGE_KMOD_IPT_FILTER
133 select PACKAGE_KMOD_IPT_IPOPT
134 select PACKAGE_KMOD_IPT_IPSEC
135 select PACKAGE_KMOD_IPT_NAT
136 select PACKAGE_KMOD_IPT_NAT_EXTRA
137 select PACKAGE_KMOD_IPT_QUEUE
138 select PACKAGE_KMOD_IPT_ULOG
139 select PACKAGE_KMOD_IPT_EXTRA
141 Extra Netfilter kernel modules for IPv4 firewalling (meta-package)
143 config PACKAGE_KMOD_IPT_CONNTRACK
144 prompt "kmod-ipt-conntrack................ Netfilter modules for connection tracking"
148 Netfilter (IPv4) kernel modules for connection tracking
153 * ipt_connmark/CONNMARK
155 config PACKAGE_KMOD_IPT_FILTER
156 prompt "kmod-ipt-filter................... Netfilter modules for packet content inspection"
160 Netfilter (IPv4) kernel modules for packet content inspection
166 config PACKAGE_KMOD_IPT_IPOPT
167 prompt "kmod-ipt-ipopt.................... Netfilter modules for matching/changing IP packet options"
171 Netfilter (IPv4) kernel modules for matching/changing IP packet options
183 config PACKAGE_KMOD_IPT_IPSEC
184 prompt "kmod-ipt-ipsec.................... Netfilter modules for matching IPsec packets"
188 Netfilter (IPv4) kernel modules for matching IPsec packets
194 config PACKAGE_KMOD_IPT_NAT
195 prompt "kmod-ipt-nat...................... Netfilter modules for different NAT targets"
199 Netfilter (IPv4) kernel modules for different NAT targets
204 config PACKAGE_KMOD_IPT_NAT_EXTRA
205 prompt "kmod-ipt-nat-extra................ Extra Netfilter NAT modules for special protocols"
209 Extra Netfilter (IPv4) NAT kernel modules for special protocols
212 * ip_conntrack_amanda
213 * ip_conntrack_proto_gre
222 config PACKAGE_KMOD_IPT_QUEUE
223 prompt "kmod-ipt-queue.................... Netfilter module for user-space packet queueing"
227 Netfilter (IPv4) module for user-space packet queueing
232 config PACKAGE_KMOD_IPT_ULOG
233 prompt "kmod-ipt-ulog..................... Netfilter module for user-space packet logging"
237 Netfilter (IPv4) module for user-space packet logging
242 config PACKAGE_KMOD_IPT_EXTRA
243 prompt "kmod-ipt-extra.................... Other extra Netfilter modules"
247 Other extra Netfilter (IPv4) kernel modules
256 config PACKAGE_KMOD_IP6TABLES
257 prompt "kmod-ip6tables.................... Kernel modules for ip6tables"
260 depends PACKAGE_KMOD_IPV6
262 IPv6 firewalling support
266 menu "Block devices support"
268 config PACKAGE_KMOD_IDE
269 prompt "kmod-ide.......................... IDE support"
272 depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM
274 Kernel modules for IDE support
275 useful for usb mass storage devices (e.g. on WL-HDD)
283 config PACKAGE_KMOD_LOOP
284 prompt "kmod-loop......................... Loop mount support"
288 Kernel module for loop mount support
290 config PACKAGE_KMOD_NBD
291 prompt "kmod-nbd.......................... Network Block Device"
295 Kernel module for network block device
299 config PACKAGE_KMOD_CRYPTO
300 prompt "CryptoAPI modules"
303 select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
305 Kernel modules for cryptographic algorithms
307 menu "Filesystems support"
309 config PACKAGE_KMOD_FS_CIFS
310 prompt "kmod-fs-cifs...................... CIFS support"
314 Kernel modules for CIFS support
316 config PACKAGE_KMOD_FS_EXT2
317 prompt "kmod-fs-ext2...................... EXT2 filesystem support"
321 Kernel modules for EXT2 filesystem support
323 config PACKAGE_KMOD_FS_EXT3
324 prompt "kmod-fs-ext3...................... EXT3 filesystem support"
328 Kernel modules for EXT3 filesystem support
330 config PACKAGE_KMOD_FS_HFSPLUS
331 prompt "kmod-fs-hfsplus................... HFS+ filesystem support"
335 Kernel modules for HFS+ filesystem support
337 config PACKAGE_KMOD_FS_NFS
338 prompt "kmod-fs-nfs....................... NFS support"
342 Kernel modules for NFS support
343 Includes lockd, nfs and sunrpc
345 config PACKAGE_KMOD_FS_VFAT
346 prompt "kmod-fs-vfat...................... VFAT filesystem support"
350 Kernel modules for VFAT filesystem support
351 useful for usb mass storage devices
353 config PACKAGE_KMOD_FS_XFS
354 prompt "kmod-fs-xfs....................... XFS filesystem support"
358 Kernel modules for XFS filesystem support
362 menu "Multimedia devices support"
364 config PACKAGE_KMOD_PWC
365 prompt "kmod-pwc.......................... Kernel driver for USB Philips Cameras"
367 depends PACKAGE_KMOD_USB
370 config PACKAGE_KMOD_SOUNDCORE
371 prompt "kmod-soundcore.................... Soundcard support"
375 Base support for soundcards
376 Requires either USB soundcard support (OSS) or ALSA package to be useful
378 config PACKAGE_KMOD_VIDEODEV
379 prompt "kmod-videodev..................... Video (For Linux) kernel support"
385 menu "Native Language support"
387 config PACKAGE_KMOD_NLS_BASE
388 prompt "kmod-nls-base..................... Native Language support"
392 Kernel native language support
394 config PACKAGE_KMOD_NLS_CP437
395 prompt "kmod-nls-cp437.................. Codepage 437 (United States, Canada)"
398 depends PACKAGE_KMOD_NLS_BASE
400 Kernel native language support
402 config PACKAGE_KMOD_NLS_CP850
403 prompt "kmod-nls-cp850.................. Codepage 850 (Europe)"
406 depends PACKAGE_KMOD_NLS_BASE
408 Kernel native language support
410 config PACKAGE_KMOD_NLS_ISO8859_1
411 prompt "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin 1; Western European Languages)"
414 depends PACKAGE_KMOD_NLS_BASE
416 Kernel native language support
418 config PACKAGE_KMOD_NLS_ISO8859_15
419 prompt "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin 15; Western European Languages with Euro)"
422 depends PACKAGE_KMOD_NLS_BASE
424 Kernel native language support
426 config PACKAGE_KMOD_NLS_UTF8
427 prompt "kmod-nls-utf8................... NLS UTF8"
430 depends PACKAGE_KMOD_NLS_BASE
432 Kernel native language support
436 menu "Network devices support"
437 depends LINUX_2_4_X86 || LINUX_2_6_X86
439 config PACKAGE_KMOD_NET_3C59X
440 prompt "kmod-net-3c59x.................... 3Com 3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" Ethernet kernel support"
442 depends LINUX_2_4_X86 || LINUX_2_6_X86
445 This option enables driver support for a large number of 10mbps and
446 10/100mbps EISA, PCI and PCMCIA 3Com network cards:
448 * "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
449 * "Boomerang" (EtherLink XL 3c900 or 3c905) PCI
450 * "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus
451 * "Tornado" (3c905) PCI
452 * "Hurricane" (3c555/3cSOHO) PCI
454 config PACKAGE_KMOD_NET_8139TOO
455 prompt "kmod-net-8139too.................. RealTek RTL-8139 PCI Fast Ethernet Adapter kernel support"
457 depends LINUX_2_4_X86 || LINUX_2_6_X86
460 This is a driver for the Fast Ethernet PCI network cards based on
463 config PACKAGE_KMOD_NET_AIRO
464 prompt "kmod-net-airo..................... Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards kernel support"
466 depends LINUX_2_4_X86 || LINUX_2_6_X86
469 This is the standard Linux driver to support Cisco/Aironet ISA and
470 PCI 802.11 wireless cards.
471 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
472 - with or without encryption) as well as card before the Cisco
473 acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
475 This driver support both the standard Linux Wireless Extensions
476 and Cisco proprietary API, so both the Linux Wireless Tools and the
477 Cisco Linux utilities can be used to configure the card.
479 config PACKAGE_KMOD_NET_E100
480 prompt "kmod-net-e100..................... Intel(R) PRO/100+ cards kernel support"
482 depends LINUX_2_4_X86 || LINUX_2_6_X86
485 Intel(R) PRO/100+ cards kernel support
487 config PACKAGE_KMOD_NET_HERMES
488 prompt "kmod-net-hermes................... Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) kernel support"
490 depends LINUX_2_4_X86 || LINUX_2_6_X86
493 A driver for 802.11b wireless cards based based on the "Hermes" or
494 Intersil HFA384x (Prism 2) MAC controller. This includes the vast
495 majority of the PCMCIA 802.11b cards (which are nearly all rebadges)
496 - except for the Cisco/Aironet cards. Cards supported include the
497 Apple Airport (not a PCMCIA card), WavelanIEEE/Orinoco,
498 Cabletron/EnteraSys Roamabout, ELSA AirLancer, MELCO Buffalo, Avaya,
499 IBM High Rate Wireless, Farralon Syyline, Samsung MagicLAN, Netgear
500 MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel
501 PRO/Wireless, and Symbol Spectrum24 High Rate amongst others.
503 config PACKAGE_KMOD_NET_HERMES_PCI
504 prompt "kmod-net-hermes-pci............. Intersil Prism 2.5 PCI 802.11b adaptor support"
507 depends PACKAGE_KMOD_NET_HERMES
509 Enable support for PCI and mini-PCI 802.11b wireless NICs based on
510 the Prism 2.5 chipset. These are true PCI cards, not the 802.11b
511 PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also
512 common. Some of the built-in wireless adaptors in laptops are of
515 config PACKAGE_KMOD_NET_HERMES_PLX
516 prompt "kmod-net-hermes-plx............. Hermes in PLX9052 based PCI adaptor (Netgear MA301, etc.) kernel support"
519 depends PACKAGE_KMOD_NET_HERMES
521 Enable support for PCMCIA cards supported by the "Hermes" (aka
522 orinoco_cs) driver when used in PLX9052 based PCI adaptors. These
523 adaptors are not a full PCMCIA controller but act as a more limited
524 PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that
525 802.11b PCMCIA cards can be used in desktop machines. The Netgear
526 MA301 is such an adaptor.
528 config PACKAGE_KMOD_NET_NATSEMI
529 prompt "kmod-net-natsemi.................. National Semiconductor DP8381x series PCI Ethernet kernel support"
531 depends LINUX_2_4_X86 || LINUX_2_6_X86
534 This driver is for the National Semiconductor DP83810 series,
535 which is used in cards from PureData, NetGear, Linksys
536 and others, including the 83815 chip.
538 config PACKAGE_KMOD_NET_PRISM54
539 prompt "kmod-net-prism54.................. Intersil Prism GT/Duette/Indigo PCI/PCMCIA cards kernel support"
541 depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM
544 Enable PCI and Cardbus support for the following chipset based cards:
546 * ISL3880 - Prism GT 802.11 b/g
547 * ISL3877 - Prism Indigo 802.11 a
548 * ISL3890 - Prism Duette 802.11 a/b/g
550 For a complete list of supported cards visit <http://prism54.org>.
551 Here is the latest confirmed list of supported cards:
553 * 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72
554 * Allnet ALL0271 PCI Card
555 * Compex WL54G Cardbus Card
556 * Corega CG-WLCB54GT Cardbus Card
557 * D-Link Air Plus Xtreme G A1 Cardbus Card aka DWL-g650
558 * I-O Data WN-G54/CB Cardbus Card
559 * Kobishi XG-300 aka Z-Com Cardbus Card
560 * Netgear WG511 Cardbus Card
561 * Ovislink WL-5400PCI PCI Card
562 * Peabird WLG-PCI PCI Card
563 * Sitecom WL-100i Cardbus Card
564 * Sitecom WL-110i PCI Card
565 * SMC2802W - EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card
566 * SMC2835W - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
567 * Z-Com XG-900 PCI Card
568 * Zyxel G-100 Cardbus Card
570 If you enable this, you require a firmware file as well.
571 You will need to copy this to /usr/lib/hotplug/firmware/isl3890.
572 You can get this non-GPL'd firmware file from the Prism54 project page:
573 <http://prism54.org>.
575 Note: You need a motherboard with DMA support to use any of these cards.
579 menu "PCMCIA/CardBus support"
580 depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM
582 config PACKAGE_KMOD_PCMCIA_CORE
583 prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support"
584 depends LINUX_PCMCIA_SUPPORT
586 depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM
589 config PACKAGE_KMOD_PCMCIA_SERIAL
590 prompt "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support"
593 depends PACKAGE_KMOD_PCMCIA_CORE
599 config PACKAGE_KMOD_USB
600 prompt "kmod-usb-core..................... USB support"
602 default n if LINUX_2_4_AR531X
605 config PACKAGE_KMOD_USB_UHCI
606 prompt "kmod-usb-uhci................... Support for UHCI controllers"
608 default n if LINUX_2_6_AU1000
609 depends PACKAGE_KMOD_USB
610 select PACKAGE_KMOD_USB_CONTROLLER
612 config PACKAGE_KMOD_USB_OHCI
613 prompt "kmod-usb-ohci................... Support for OHCI controllers"
616 depends PACKAGE_KMOD_USB
617 select PACKAGE_KMOD_USB_CONTROLLER
619 config PACKAGE_KMOD_USB2
620 prompt "kmod-usb2....................... Support for USB 2.0 controllers"
622 default n if LINUX_2_6_AU1000
623 depends PACKAGE_KMOD_USB
624 select PACKAGE_KMOD_USB_CONTROLLER
626 config PACKAGE_KMOD_USB_CONTROLLER
628 depends on PACKAGE_KMOD_USB_UHCI || PACKAGE_KMOD_USB_OHCI || PACKAGE_KMOD_USB2
631 config PACKAGE_KMOD_USB_ACM
632 prompt "kmod-usb-acm...................... Support for USB modems/isdn controllers"
635 depends PACKAGE_KMOD_USB_CONTROLLER
637 config PACKAGE_KMOD_USB_AUDIO
638 prompt "kmod-usb-audio.................... Support for USB soundcards"
641 depends PACKAGE_KMOD_USB_CONTROLLER
642 select PACKAGE_KMOD_SOUNDCORE
644 config PACKAGE_KMOD_USB_PRINTER
645 prompt "kmod-usb-printer.................. Support for USB printers"
648 depends PACKAGE_KMOD_USB_CONTROLLER
650 config PACKAGE_KMOD_USB_SERIAL
651 prompt "kmod-usb-serial................... Support for USB-to-serial converters"
654 depends PACKAGE_KMOD_USB_CONTROLLER
656 config PACKAGE_KMOD_USB_SERIAL_BELKIN
657 prompt "kmod-usb-serial-belkin.......... Support for Belkin USB-to-serial converters"
660 depends PACKAGE_KMOD_USB_SERIAL
662 config PACKAGE_KMOD_USB_SERIAL_FTDI
663 prompt "kmod-usb-serial-ftdi............ Support for FTDI USB-to-serial converterr"
666 depends PACKAGE_KMOD_USB_SERIAL
668 config PACKAGE_KMOD_USB_SERIAL_MCT_U232
669 prompt "kmod-usb-serial-mct-u232........ Support for Magic Control Technology USB-to-Serial converters"
672 depends PACKAGE_KMOD_USB_SERIAL
674 config PACKAGE_KMOD_USB_SERIAL_PL2303
675 prompt "kmod-usb-serial-pl2303.......... Support for Prolific PL2303 USB-to-Serial converters"
678 depends PACKAGE_KMOD_USB_SERIAL
680 config PACKAGE_KMOD_USB_SERIAL_VISOR
681 prompt "kmod-usb-serial-visor........... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
684 depends PACKAGE_KMOD_USB_SERIAL
686 config PACKAGE_KMOD_USB_STORAGE
687 prompt "kmod-usb-storage.................. Support for USB storage devices"
690 depends PACKAGE_KMOD_USB_CONTROLLER
692 config PACKAGE_KMOD_USB_ATM
693 prompt "kmod-usb-atm...................... Support for USB ATM devices"
696 depends PACKAGE_KMOD_USB_CONTROLLER
698 config PACKAGE_KMOD_USB_ATM_SPEEDTOUCH
699 prompt "kmod-usb-atm-speedtouch......... Support for USB Speedtouch ADSL modem"
702 depends PACKAGE_KMOD_USB_ATM
706 menu "Misc. devices support"
708 config PACKAGE_KMOD_AX25
709 prompt "kmod-ax25......................... AX25 support"
713 Kernel modules for AX25 protocol family
715 This package contains both the AX25 layer 2 support (ax25) and AX25 KISS driver (mkiss)
717 config PACKAGE_KMOD_BLUETOOTH
718 prompt "kmod-bluetooth.................... Bluetooth drivers and network stack"
721 default n if LINUX_2_4_AR531X
723 Bluetooth drivers and network stack
725 config PACKAGE_KMOD_LP
726 prompt "kmod-lp........................... Parallel port and lp support"
730 Kernel modules for line printer and parallel port support
732 config PACKAGE_KMOD_SOFTDOG
733 prompt "kmod-softdog...................... Software watchdog"
737 Kernel modules for software watchdog driver
739 config PACKAGE_KMOD_WD1100
740 prompt "kmod-wd1100....................... Soekris net4801 watchdog"
743 depends LINUX_2_4_X86
745 Driver for the NatSemi SC1x00 series Watchdog
746 found on Soekris net4801 boards