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