6f73d97e1fa56077b5b0dca115b1bf011d581dfa
[openwrt.git] / openwrt / package / linux / Config.in
1 config BR2_PACKAGE_KMOD_DIAG
2 tristate "Router LED/Button Driver"
3 default y
4 help
5 Driver for the LEDs on Wireless Routers (diag)
6
7 config BR2_PACKAGE_KMOD_BRCM_WL
8 tristate "Broadcom Wireless Network Driver"
9 default y
10 help
11 Proprietary driver for Broadcom Wireless chipsets
12
13 config BR2_PACKAGE_KMOD_BRCM_ET
14 tristate "Broadcom Ethernet Driver"
15 default y
16 help
17 Proprietary driver for Broadcom Ethernet chipsets
18
19 config BR2_PACKAGE_KMOD_ARPT
20 tristate "ARP firewalling support"
21 default m
22 help
23 Kernel modules for ARP firewalling
24
25 config BR2_PACKAGE_KMOD_EBT
26 tristate "Ethernet Bridge firewalling support"
27 default m
28 help
29 Kernel modules for bridge firewalling
30
31 config BR2_PACKAGE_KMOD_IPT4
32 tristate "Extra modules for iptables"
33 default m
34 help
35 Extra kernel modules for IPv4 firewalling
36
37 config BR2_PACKAGE_KMOD_IPV6
38 tristate "IPv6 support"
39 default m
40 help
41 Kernel modules for IPv6 protocol support
42
43 config BR2_PACKAGE_KMOD_IPT6
44 tristate "Kernel modules for ip6tables"
45 default m
46 depends BR2_PACKAGE_KMOD_IPV6
47 help
48 IPv6 firewalling support
49
50 config BR2_PACKAGE_KMOD_NFS
51 tristate "NFS support"
52 default m
53 help
54 Kernel modules for NFS support
55 Includes lockd, nfs and sunrpc
56
57 config BR2_PACKAGE_KMOD_CIFS
58 tristate "CIFS support"
59 default m
60 help
61 Kernel modules for CIFS support
62
63 config BR2_PACKAGE_KMOD_USB
64 tristate "USB support"
65 default m
66
67 config BR2_PACKAGE_KMOD_USB_CONTROLLER
68 tristate
69 depends on BR2_PACKAGE_KMOD_USB_UHCI || BR2_PACKAGE_KMOD_USB_OHCI
70 default n
71
72 config BR2_PACKAGE_KMOD_USB_UHCI
73 tristate "Support for UHCI controllers"
74 default m
75 depends BR2_PACKAGE_KMOD_USB
76 select BR2_PACKAGE_KMOD_USB_CONTROLLER
77
78 config BR2_PACKAGE_KMOD_USB_OHCI
79 tristate "Support for OHCI controllers"
80 default m
81 depends BR2_PACKAGE_KMOD_USB
82 select BR2_PACKAGE_KMOD_USB_CONTROLLER
83
84 config BR2_PACKAGE_KMOD_USB2
85 tristate "Support for USB 2.0 controllers"
86 default m
87 depends BR2_PACKAGE_KMOD_USB_CONTROLLER
88
89 config BR2_PACKAGE_KMOD_USB_STORAGE
90 tristate "Support for USB storage devices"
91 default m
92 depends BR2_PACKAGE_KMOD_USB_CONTROLLER
93
94 config BR2_PACKAGE_KMOD_USB_PRINTER
95 tristate "Support for USB printers"
96 default m
97 depends BR2_PACKAGE_KMOD_USB_CONTROLLER
98
99 config BR2_PACKAGE_KMOD_VFAT
100 tristate "VFAT filesystem support"
101 default m
102 help
103 Kernel modules for VFAT filesystem support
104 useful for usb mass storage devices
105
106 config BR2_PACKAGE_KMOD_EXT2
107 tristate "EXT2 filesystem support"
108 default m
109 help
110 Kernel modules for EXT2 filesystem support
111
112 config BR2_PACKAGE_KMOD_EXT3
113 tristate "EXT3 filesystem support"
114 default m
115 help
116 Kernel modules for EXT3 filesystem support
117
118 config BR2_PACKAGE_KMOD_XFS
119 tristate "XFS filesystem support"
120 default m
121 help
122 Kernel modules for XFS filesystem support
123
124 config BR2_PACKAGE_KMOD_HFSPLUS
125 tristate "HFS+ filesystem support"
126 default m
127 help
128 Kernel modules for HFS+ filesystem support
129
130 config BR2_PACKAGE_KMOD_LP
131 tristate "parallel port and lp support"
132 default m
133 help
134 Kernel modules for line printer and parallel port support
135
136 config BR2_PACKAGE_KMOD_CRYPTO
137 tristate "CryptoAPI modules"
138 default m
139 select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
140 help
141 Kernel modules for cryptographic algorithms
142
143 config BR2_PACKAGE_KMOD_PPP
144 tristate "PPP support"
145 default m
146 help
147 Kernel support for PPP
148
149 config BR2_PACKAGE_KMOD_MPPE
150 tristate "PPP MPPE/MPPC module"
151 default m
152 select BR2_PACKAGE_KMOD_CRYPTO
153 depends BR2_PACKAGE_KMOD_PPP
154 help
155 Support for Microsoft PPP Encryption/Compression
156
157 config BR2_PACKAGE_KMOD_PPPOE
158 tristate "PPPoE modules"
159 default m
160 depends BR2_PACKAGE_KMOD_PPP
161 help
162 Support for PPP over Ethernet
163
164 config BR2_PACKAGE_KMOD_TUN
165 tristate "Universal TUN/TAP driver"
166 default m
167 help
168 Kernel support for the TUN/TAP tunneling device
169
170 config BR2_PACKAGE_KMOD_GRE
171 tristate "GRE tunneling driver"
172 default m
173 help
174 Kernel support for GRE tunnels
175
176 config BR2_PACKAGE_KMOD_SCHED
177 tristate "Traffic schedulers"
178 default m
179 help
180 Kernel schedulers for IP traffic
181
This page took 0.060384 seconds and 3 git commands to generate.