Gentoo Archives: gentoo-commits

From: Richard Yao <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:ryao commit in: arch/parisc64/, arch/x86/, arch/alpha/, arch/arm/, arch/sparc64/, arch/sparc/, ...
Date: Tue, 04 Jun 2013 02:03:26
Message-Id: 1370311334.89510f23172d33ee4d48b1cec33aac1fc8744069.ryao@gentoo
1 commit: 89510f23172d33ee4d48b1cec33aac1fc8744069
2 Author: Richard Yao <ryao <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 02:02:14 2013 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 02:02:14 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=89510f23
7
8 Build USB 3.0 support by default, bug #452888
9
10 Signed-off-by: Richard Yao <ryao <AT> gentoo.org>
11
12 ---
13 arch/alpha/kernel-config | 3 +++
14 arch/alpha/modules_load | 2 +-
15 arch/arm/modules_load | 2 +-
16 arch/ia64/kernel-config | 4 ++++
17 arch/ia64/modules_load | 2 +-
18 arch/mips/modules_load | 2 +-
19 arch/parisc/modules_load | 2 +-
20 arch/parisc64/modules_load | 2 +-
21 arch/ppc/kernel-config | 4 ++++
22 arch/ppc/modules_load | 2 +-
23 arch/ppc64/modules_load | 2 +-
24 arch/sparc/modules_load | 2 +-
25 arch/sparc64/kernel-config | 3 +++
26 arch/sparc64/modules_load | 2 +-
27 arch/um/modules_load | 2 +-
28 arch/x86/kernel-config | 4 ++++
29 arch/x86/modules_load | 2 +-
30 arch/x86_64/kernel-config | 4 +++-
31 arch/x86_64/modules_load | 2 +-
32 defaults/kernel-config | 4 ++++
33 defaults/modules_load | 2 +-
34 21 files changed, 39 insertions(+), 15 deletions(-)
35
36 diff --git a/arch/alpha/kernel-config b/arch/alpha/kernel-config
37 index bd6cae7..c218968 100644
38 --- a/arch/alpha/kernel-config
39 +++ b/arch/alpha/kernel-config
40 @@ -853,6 +853,7 @@ CONFIG_USB_SUPPORT=y
41 CONFIG_USB_ARCH_HAS_HCD=y
42 CONFIG_USB_ARCH_HAS_OHCI=y
43 CONFIG_USB_ARCH_HAS_EHCI=y
44 +CONFIG_USB_ARCH_HAS_XHCI=y
45 CONFIG_USB=y
46 # CONFIG_USB_DEBUG is not set
47
48 @@ -867,6 +868,8 @@ CONFIG_USB=y
49 #
50 # USB Host Controller Drivers
51 #
52 +CONFIG_USB_XHCI_HCD=m
53 +CONFIG_USB_XHCI_PLATFORM=m
54 CONFIG_USB_EHCI_HCD=y
55 CONFIG_USB_EHCI_SPLIT_ISO=y
56 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
57
58 diff --git a/arch/alpha/modules_load b/arch/alpha/modules_load
59 index ae18ebf..bfb9bb5 100644
60 --- a/arch/alpha/modules_load
61 +++ b/arch/alpha/modules_load
62 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
63 # Hardware (Pluggable)
64 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
65 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
66 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
67 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
68
69 # Filesystems
70 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
71
72 diff --git a/arch/arm/modules_load b/arch/arm/modules_load
73 index ae18ebf..bfb9bb5 100644
74 --- a/arch/arm/modules_load
75 +++ b/arch/arm/modules_load
76 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
77 # Hardware (Pluggable)
78 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
79 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
80 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
81 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
82
83 # Filesystems
84 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
85
86 diff --git a/arch/ia64/kernel-config b/arch/ia64/kernel-config
87 index e255e36..e9abf8e 100644
88 --- a/arch/ia64/kernel-config
89 +++ b/arch/ia64/kernel-config
90 @@ -897,6 +897,7 @@ CONFIG_USB_SUPPORT=y
91 CONFIG_USB_ARCH_HAS_HCD=y
92 CONFIG_USB_ARCH_HAS_OHCI=y
93 CONFIG_USB_ARCH_HAS_EHCI=y
94 +CONFIG_USB_ARCH_HAS_XHCI=y
95 CONFIG_USB=m
96 # CONFIG_USB_DEBUG is not set
97 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
98 @@ -907,6 +908,7 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
99 CONFIG_USB_ARCH_HAS_HCD=y
100 CONFIG_USB_ARCH_HAS_OHCI=y
101 CONFIG_USB_ARCH_HAS_EHCI=y
102 +CONFIG_USB_ARCH_HAS_XHCI=y
103 CONFIG_USB=y
104 # CONFIG_USB_DEBUG is not set
105
106 @@ -922,6 +924,8 @@ CONFIG_USB_DEVICE_CLASS=y
107 #
108 # USB Host Controller Drivers
109 #
110 +CONFIG_USB_XHCI_HCD=m
111 +CONFIG_USB_XHCI_PLATFORM=m
112 CONFIG_USB_EHCI_HCD=y
113 # CONFIG_USB_EHCI_SPLIT_ISO is not set
114 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
115
116 diff --git a/arch/ia64/modules_load b/arch/ia64/modules_load
117 index b6fca13..9ab961b 100644
118 --- a/arch/ia64/modules_load
119 +++ b/arch/ia64/modules_load
120 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
121 # Hardware (Pluggable)
122 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
123 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
124 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
125 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
126
127 # Filesystems
128 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
129
130 diff --git a/arch/mips/modules_load b/arch/mips/modules_load
131 index ae18ebf..bfb9bb5 100644
132 --- a/arch/mips/modules_load
133 +++ b/arch/mips/modules_load
134 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
135 # Hardware (Pluggable)
136 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
137 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
138 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
139 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
140
141 # Filesystems
142 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
143
144 diff --git a/arch/parisc/modules_load b/arch/parisc/modules_load
145 index ae18ebf..bfb9bb5 100644
146 --- a/arch/parisc/modules_load
147 +++ b/arch/parisc/modules_load
148 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
149 # Hardware (Pluggable)
150 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
151 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
152 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
153 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
154
155 # Filesystems
156 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
157
158 diff --git a/arch/parisc64/modules_load b/arch/parisc64/modules_load
159 index b6fca13..9ab961b 100644
160 --- a/arch/parisc64/modules_load
161 +++ b/arch/parisc64/modules_load
162 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
163 # Hardware (Pluggable)
164 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
165 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
166 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
167 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
168
169 # Filesystems
170 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
171
172 diff --git a/arch/ppc/kernel-config b/arch/ppc/kernel-config
173 index 7d6d2d4..29773ba 100644
174 --- a/arch/ppc/kernel-config
175 +++ b/arch/ppc/kernel-config
176 @@ -1833,6 +1833,7 @@ CONFIG_USB_SUPPORT=y
177 CONFIG_USB_ARCH_HAS_HCD=y
178 CONFIG_USB_ARCH_HAS_OHCI=y
179 CONFIG_USB_ARCH_HAS_EHCI=y
180 +CONFIG_USB_ARCH_HAS_XHCI=y
181 CONFIG_USB=y
182 # CONFIG_USB_DEBUG is not set
183
184 @@ -1867,6 +1868,7 @@ CONFIG_USB_SUPPORT=y
185 CONFIG_USB_ARCH_HAS_HCD=y
186 CONFIG_USB_ARCH_HAS_OHCI=y
187 CONFIG_USB_ARCH_HAS_EHCI=y
188 +CONFIG_USB_ARCH_HAS_XHCI=y
189 CONFIG_USB=m
190 # CONFIG_USB_DEBUG is not set
191 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
192 @@ -1884,6 +1886,8 @@ CONFIG_USB_SUSPEND=y
193 #
194 # USB Host Controller Drivers
195 #
196 +CONFIG_USB_XHCI_HCD=m
197 +CONFIG_USB_XHCI_PLATFORM=m
198 CONFIG_USB_EHCI_HCD=y
199 # CONFIG_USB_EHCI_SPLIT_ISO is not set
200 CONFIG_USB_EHCI_ROOT_HUB_TT=y
201
202 diff --git a/arch/ppc/modules_load b/arch/ppc/modules_load
203 index ae18ebf..bfb9bb5 100644
204 --- a/arch/ppc/modules_load
205 +++ b/arch/ppc/modules_load
206 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
207 # Hardware (Pluggable)
208 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
209 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
210 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
211 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
212
213 # Filesystems
214 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
215
216 diff --git a/arch/ppc64/modules_load b/arch/ppc64/modules_load
217 index b6fca13..9ab961b 100644
218 --- a/arch/ppc64/modules_load
219 +++ b/arch/ppc64/modules_load
220 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
221 # Hardware (Pluggable)
222 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
223 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
224 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
225 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
226
227 # Filesystems
228 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
229
230 diff --git a/arch/sparc/modules_load b/arch/sparc/modules_load
231 index ae18ebf..bfb9bb5 100644
232 --- a/arch/sparc/modules_load
233 +++ b/arch/sparc/modules_load
234 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
235 # Hardware (Pluggable)
236 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
237 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
238 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
239 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
240
241 # Filesystems
242 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
243
244 diff --git a/arch/sparc64/kernel-config b/arch/sparc64/kernel-config
245 index a3c1966..48ae656 100644
246 --- a/arch/sparc64/kernel-config
247 +++ b/arch/sparc64/kernel-config
248 @@ -1430,6 +1430,8 @@ CONFIG_USB_DEVICEFS=y
249 #
250 # USB Host Controller Drivers
251 #
252 +CONFIG_USB_XHCI_HCD=m
253 +CONFIG_USB_XHCI_PLATFORM=m
254 CONFIG_USB_EHCI_HCD=m
255 # CONFIG_USB_EHCI_SPLIT_ISO is not set
256 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
257 @@ -1508,6 +1510,7 @@ CONFIG_USB_SUPPORT=y
258 CONFIG_USB_ARCH_HAS_HCD=y
259 CONFIG_USB_ARCH_HAS_OHCI=y
260 CONFIG_USB_ARCH_HAS_EHCI=y
261 +CONFIG_USB_ARCH_HAS_XHCI=y
262 CONFIG_USB=m
263 # CONFIG_USB_DEBUG is not set
264 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
265
266 diff --git a/arch/sparc64/modules_load b/arch/sparc64/modules_load
267 index b6fca13..9ab961b 100644
268 --- a/arch/sparc64/modules_load
269 +++ b/arch/sparc64/modules_load
270 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
271 # Hardware (Pluggable)
272 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
273 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
274 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
275 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
276
277 # Filesystems
278 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
279
280 diff --git a/arch/um/modules_load b/arch/um/modules_load
281 index 479ee4b..cec21a9 100644
282 --- a/arch/um/modules_load
283 +++ b/arch/um/modules_load
284 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
285 # Hardware (Pluggable)
286 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
287 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
288 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
289 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
290
291 # Filesystems
292 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
293
294 diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config
295 index f461b62..baa727c 100644
296 --- a/arch/x86/kernel-config
297 +++ b/arch/x86/kernel-config
298 @@ -2919,6 +2919,7 @@ CONFIG_USB_SUPPORT=y
299 CONFIG_USB_ARCH_HAS_HCD=y
300 CONFIG_USB_ARCH_HAS_OHCI=y
301 CONFIG_USB_ARCH_HAS_EHCI=y
302 +CONFIG_USB_ARCH_HAS_XHCI=y
303 CONFIG_USB=m
304 # CONFIG_USB_DEBUG is not set
305 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
306 @@ -2932,6 +2933,7 @@ CONFIG_USB_SUPPORT=y
307 CONFIG_USB_ARCH_HAS_HCD=y
308 CONFIG_USB_ARCH_HAS_OHCI=y
309 CONFIG_USB_ARCH_HAS_EHCI=y
310 +CONFIG_USB_ARCH_HAS_XHCI=y
311 CONFIG_USB=m
312 # CONFIG_USB_DEBUG is not set
313
314 @@ -2948,6 +2950,8 @@ CONFIG_USB_SUSPEND=y
315 #
316 # USB Host Controller Drivers
317 #
318 +CONFIG_USB_XHCI_HCD=m
319 +CONFIG_USB_XHCI_PLATFORM=m
320 CONFIG_USB_EHCI_HCD=m
321 CONFIG_USB_EHCI_SPLIT_ISO=y
322 CONFIG_USB_EHCI_ROOT_HUB_TT=y
323
324 diff --git a/arch/x86/modules_load b/arch/x86/modules_load
325 index 3469170..caa066a 100644
326 --- a/arch/x86/modules_load
327 +++ b/arch/x86/modules_load
328 @@ -23,7 +23,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
329 # Hardware (Pluggable)
330 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
331 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
332 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
333 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
334
335 # Filesystems
336 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
337
338 diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
339 index c438bcf..cdb9c45 100644
340 --- a/arch/x86_64/kernel-config
341 +++ b/arch/x86_64/kernel-config
342 @@ -2610,6 +2610,7 @@ CONFIG_USB_SUPPORT=y
343 CONFIG_USB_ARCH_HAS_HCD=y
344 CONFIG_USB_ARCH_HAS_OHCI=y
345 CONFIG_USB_ARCH_HAS_EHCI=y
346 +CONFIG_USB_ARCH_HAS_XHCI=y
347 CONFIG_USB=m
348 # CONFIG_USB_DEBUG is not set
349 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
350 @@ -2632,7 +2633,8 @@ CONFIG_USB_SUSPEND=y
351 # USB Host Controller Drivers
352 #
353 # CONFIG_USB_C67X00_HCD is not set
354 -# CONFIG_USB_XHCI_HCD is not set
355 +CONFIG_USB_XHCI_HCD=m
356 +CONFIG_USB_XHCI_PLATFORM=m
357 CONFIG_USB_EHCI_HCD=m
358 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
359 # CONFIG_USB_EHCI_TT_NEWSCHED is not set
360
361 diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load
362 index c202c30..777ded4 100644
363 --- a/arch/x86_64/modules_load
364 +++ b/arch/x86_64/modules_load
365 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
366 # Hardware (Pluggable)
367 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
368 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
369 -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
370 +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
371
372 # Filesystems
373 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
374
375 diff --git a/defaults/kernel-config b/defaults/kernel-config
376 index 06751c5..0597ca9 100644
377 --- a/defaults/kernel-config
378 +++ b/defaults/kernel-config
379 @@ -2919,6 +2919,7 @@ CONFIG_USB_SUPPORT=y
380 CONFIG_USB_ARCH_HAS_HCD=y
381 CONFIG_USB_ARCH_HAS_OHCI=y
382 CONFIG_USB_ARCH_HAS_EHCI=y
383 +CONFIG_USB_ARCH_HAS_XHCI=y
384 CONFIG_USB=m
385 # CONFIG_USB_DEBUG is not set
386 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
387 @@ -2932,6 +2933,7 @@ CONFIG_USB_SUPPORT=y
388 CONFIG_USB_ARCH_HAS_HCD=y
389 CONFIG_USB_ARCH_HAS_OHCI=y
390 CONFIG_USB_ARCH_HAS_EHCI=y
391 +CONFIG_USB_ARCH_HAS_XHCI=y
392 CONFIG_USB=m
393 # CONFIG_USB_DEBUG is not set
394
395 @@ -2948,6 +2950,8 @@ CONFIG_USB_DEVICE_CLASS=y
396 #
397 # USB Host Controller Drivers
398 #
399 +CONFIG_USB_XHCI_HCD=m
400 +CONFIG_USB_XHCI_PLATFORM=m
401 CONFIG_USB_EHCI_HCD=m
402 CONFIG_USB_EHCI_SPLIT_ISO=y
403 CONFIG_USB_EHCI_ROOT_HUB_TT=y
404
405 diff --git a/defaults/modules_load b/defaults/modules_load
406 index 7229990..0cd44b7 100644
407 --- a/defaults/modules_load
408 +++ b/defaults/modules_load
409 @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
410 # Hardware (Pluggable)
411 MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"
412 MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class"
413 -MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
414 +MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
415
416 # Filesystems
417 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"