add vfat/fat/msdos modules needed for usb mass storage devices, add lp/parport, neede...
[openwrt/svn-archive/archive.git] / openwrt / package / linux / Config.in
1 config BR2_PACKAGE_KMOD_ARPT
2 tristate "ARP firewalling support"
3 default m
4 help
5 Kernel modules for ARP firewalling
6
7 config BR2_PACKAGE_KMOD_EBT
8 tristate "Ethernet Bridge firewalling support"
9 default m
10 help
11 Kernel modules for bridge firewalling
12
13 config BR2_PACKAGE_KMOD_IPT4
14 tristate "Extra modules for iptables"
15 default m
16 help
17 Extra kernel modules for IPv4 firewalling
18
19 config BR2_PACKAGE_KMOD_IPV6
20 tristate "IPv6 support"
21 default m
22 help
23 Kernel modules for IPv6 protocol support
24
25 config BR2_PACKAGE_KMOD_IPT6
26 tristate "Kernel modules for ip6tables"
27 default m
28 depends BR2_PACKAGE_KMOD_IPV6
29 help
30 IPv6 firewalling support
31
32 config BR2_PACKAGE_KMOD_NFS
33 tristate "NFS support"
34 default m
35 help
36 Kernel modules for NFS support
37 Includes lockd, nfs and sunrpc
38
39 config BR2_PACKAGE_KMOD_USB
40 tristate "USB/SCSI support"
41 default m
42 help
43 Kernel modules for USB/SCSI support
44 Includes usb-storage and printer
45
46 config BR2_PACKAGE_KMOD_VFAT
47 tristate "VFAT filesystem support"
48 default m
49 help
50 Kernel modules for VFAT filesystem support
51 useful for usb mass storage devices
52
53 config BR2_PACKAGE_KMOD_LP
54 tristate "parallel port and lp support"
55 default m
56 help
57 Kernel modules for line printer and parallel port support
58
59 config BR2_PACKAGE_KMOD_CRYPTO
60 tristate "CryptoAPI modules"
61 default m
62 select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
63 help
64 Kernel modules for cryptographic algorithms
65
66 config BR2_PACKAGE_KMOD_PPP
67 tristate "PPP support"
68 default m
69 help
70 Kernel support for PPP
71
72 config BR2_PACKAGE_KMOD_MPPE
73 tristate "PPP MPPE/MPPC module"
74 default m
75 select BR2_PACKAGE_KMOD_CRYPTO
76 depends BR2_PACKAGE_KMOD_PPP
77 help
78 Support for Microsoft PPP Encryption/Compression
79
80 config BR2_PACKAGE_KMOD_TUN
81 tristate "Universal TUN/TAP driver"
82 default m
83 help
84 Kernel support for the TUN/TAP tunneling device
85
86 config BR2_PACKAGE_KMOD_GRE
87 tristate "GRE tunneling driver"
88 default m
89 help
90 Kernel support for GRE tunnels
91
92 config BR2_PACKAGE_KMOD_SCHED
93 tristate "Traffic schedulers"
94 default m
95 help
96 Kernel schedulers for IP traffic
97