split usb packages and add usb2 support
[openwrt.git] / 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_CIFS
40 tristate "CIFS support"
41 default m
42 help
43 Kernel modules for CIFS support
44
45 config BR2_PACKAGE_KMOD_USB
46 tristate "USB support"
47 default m
48
49 config BR2_PACKAGE_KMOD_USB_CONTROLLER
50 tristate
51 depends on BR2_PACKAGE_KMOD_USB_UHCI || BR2_PACKAGE_KMOD_USB_OHCI
52 default n
53
54 config BR2_PACKAGE_KMOD_USB_UHCI
55 tristate "Support for UHCI controllers"
56 default m
57 depends BR2_PACKAGE_KMOD_USB
58 select BR2_PACKAGE_KMOD_USB_CONTROLLER
59
60 config BR2_PACKAGE_KMOD_USB_OHCI
61 tristate "Support for OHCI controllers"
62 default m
63 depends BR2_PACKAGE_KMOD_USB
64 select BR2_PACKAGE_KMOD_USB_CONTROLLER
65
66 config BR2_PACKAGE_KMOD_USB2
67 tristate "Support for USB 2.0 controllers"
68 default m
69 depends BR2_PACKAGE_KMOD_USB_CONTROLLER
70
71 config BR2_PACKAGE_KMOD_USB_STORAGE
72 tristate "Support for USB storage devices"
73 default m
74 depends BR2_PACKAGE_KMOD_USB_CONTROLLER
75
76 config BR2_PACKAGE_KMOD_USB_PRINTER
77 tristate "Support for USB printers"
78 default m
79 depends BR2_PACKAGE_KMOD_USB_CONTROLLER
80
81 config BR2_PACKAGE_KMOD_VFAT
82 tristate "VFAT filesystem support"
83 default m
84 help
85 Kernel modules for VFAT filesystem support
86 useful for usb mass storage devices
87
88 config BR2_PACKAGE_KMOD_LP
89 tristate "parallel port and lp support"
90 default m
91 help
92 Kernel modules for line printer and parallel port support
93
94 config BR2_PACKAGE_KMOD_CRYPTO
95 tristate "CryptoAPI modules"
96 default m
97 select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
98 help
99 Kernel modules for cryptographic algorithms
100
101 config BR2_PACKAGE_KMOD_PPP
102 tristate "PPP support"
103 default m
104 help
105 Kernel support for PPP
106
107 config BR2_PACKAGE_KMOD_MPPE
108 tristate "PPP MPPE/MPPC module"
109 default m
110 select BR2_PACKAGE_KMOD_CRYPTO
111 depends BR2_PACKAGE_KMOD_PPP
112 help
113 Support for Microsoft PPP Encryption/Compression
114
115 config BR2_PACKAGE_KMOD_PPPOE
116 tristate "PPPoE modules"
117 default m
118 depends BR2_PACKAGE_KMOD_PPP
119 help
120 Support for PPP over Ethernet
121
122 config BR2_PACKAGE_KMOD_TUN
123 tristate "Universal TUN/TAP driver"
124 default m
125 help
126 Kernel support for the TUN/TAP tunneling device
127
128 config BR2_PACKAGE_KMOD_GRE
129 tristate "GRE tunneling driver"
130 default m
131 help
132 Kernel support for GRE tunnels
133
134 config BR2_PACKAGE_KMOD_SCHED
135 tristate "Traffic schedulers"
136 default m
137 help
138 Kernel schedulers for IP traffic
139
This page took 0.061858 seconds and 5 git commands to generate.