source: mainline/HelenOS.config@ 0803134

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 0803134 was ca2815e, checked in by Jan Vesely <jano.vesely@…>, 14 years ago

config: Add OHCI roothub power switching defaults. Remove unused polling option.

  • Property mode set to 100644
File size: 15.2 KB
Line 
1#
2# Copyright (c) 2006 Ondrej Palkovsky
3# Copyright (c) 2009 Martin Decky
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9#
10# - Redistributions of source code must retain the above copyright
11# notice, this list of conditions and the following disclaimer.
12# - Redistributions in binary form must reproduce the above copyright
13# notice, this list of conditions and the following disclaimer in the
14# documentation and/or other materials provided with the distribution.
15# - The name of the author may not be used to endorse or promote products
16# derived from this software without specific prior written permission.
17#
18# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
19# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
20# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29
30## General platform options
31
32% Platform
33@ "abs32le" abstract 32-bit little endian
34@ "amd64" AMD64/Intel EM64T (PC)
35@ "arm32" ARM 32-bit
36@ "ia32" Intel IA-32 (PC)
37@ "ia64" Intel IA-64
38@ "mips32" MIPS 32-bit
39@ "mips64" MIPS 64-bit
40@ "ppc32" PowerPC 32-bit (iMac G4)
41@ "sparc64" Sun UltraSPARC 64-bit
42! PLATFORM (choice)
43
44% Machine type
45@ "msim" MSIM
46@ "bgxemul" GXEmul big endian
47@ "lgxemul" GXEmul little endian
48! [PLATFORM=mips32] MACHINE (choice)
49
50% Machine type
51@ "msim" MSIM
52! [PLATFORM=mips64] MACHINE (choice)
53
54% Machine type
55@ "i460GX" i460GX chipset machine
56@ "ski" Ski ia64 simulator
57! [PLATFORM=ia64] MACHINE (choice)
58
59% Machine type
60@ "generic" Generic Sun workstation or server
61! [PLATFORM=sparc64] MACHINE (choice)
62
63% Machine type
64@ "gta02" GTA02 / Neo FreeRunner
65@ "testarm" GXEmul Testarm
66@ "integratorcp" Integratorcp
67! [PLATFORM=arm32] MACHINE (choice)
68
69% CPU type
70@ "pentium4" Pentium 4
71@ "pentium3" Pentium 3
72@ "core" Core Solo/Duo
73@ "athlon_xp" Athlon XP
74@ "athlon_mp" Athlon MP
75! [PLATFORM=ia32] PROCESSOR (choice)
76
77% CPU type
78@ "opteron" Opteron
79! [PLATFORM=amd64] PROCESSOR (choice)
80
81% CPU type
82@ "us" UltraSPARC I-II subarchitecture
83@ "us3" UltraSPARC III-IV subarchitecture
84@ "sun4v" Niagara (sun4v)
85! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
86
87% RAM disk format
88@ "tmpfs" TMPFS image
89@ "fat" FAT16 image
90! RDFMT (choice)
91
92
93## Mapping between platform and kernel architecture
94
95% Kernel architecture
96@ "abs32le"
97! [PLATFORM=abs32le] KARCH (choice)
98
99% Kernel architecture
100@ "amd64"
101! [PLATFORM=amd64] KARCH (choice)
102
103% Kernel architecture
104@ "arm32"
105! [PLATFORM=arm32] KARCH (choice)
106
107% Kernel architecture
108@ "ia32"
109! [PLATFORM=ia32] KARCH (choice)
110
111% Kernel architecture
112@ "ia32xen"
113! [PLATFORM=ia32xen] KARCH (choice)
114
115% Kernel architecture
116@ "ia64"
117! [PLATFORM=ia64] KARCH (choice)
118
119% Kernel architecture
120@ "mips32"
121! [PLATFORM=mips32] KARCH (choice)
122
123% Kernel architecture
124@ "mips64"
125! [PLATFORM=mips64] KARCH (choice)
126
127% Kernel architecture
128@ "ppc32"
129! [PLATFORM=ppc32] KARCH (choice)
130
131% Kernel architecture
132@ "ppc64"
133! [PLATFORM=ppc64] KARCH (choice)
134
135% Kernel architecture
136@ "sparc64"
137! [PLATFORM=sparc64] KARCH (choice)
138
139
140## Mapping between platform and user space architecture
141
142% User space architecture
143@ "abs32le"
144! [PLATFORM=abs32le] UARCH (choice)
145
146% User space architecture
147@ "amd64"
148! [PLATFORM=amd64] UARCH (choice)
149
150% User space architecture
151@ "arm32"
152! [PLATFORM=arm32] UARCH (choice)
153
154% User space architecture
155@ "ia32"
156! [PLATFORM=ia32|PLATFORM=ia32xen] UARCH (choice)
157
158% User space architecture
159@ "ia64"
160! [PLATFORM=ia64] UARCH (choice)
161
162% User space architecture
163@ "mips32"
164! [PLATFORM=mips32&(MACHINE=msim|MACHINE=lgxemul)] UARCH (choice)
165
166% User space architecture
167@ "mips32eb"
168! [PLATFORM=mips32&MACHINE=bgxemul] UARCH (choice)
169
170% User space architecture
171@ "mips64"
172! [PLATFORM=mips64] UARCH (choice)
173
174% User space architecture
175@ "ppc32"
176! [PLATFORM=ppc32] UARCH (choice)
177
178% User space architecture
179@ "ppc64"
180! [PLATFORM=ppc64] UARCH (choice)
181
182% User space architecture
183@ "sparc64"
184! [PLATFORM=sparc64] UARCH (choice)
185
186
187## Mapping between platform and boot architecture
188
189% Boot architecture
190@ "abs32le"
191! [PLATFORM=abs32le] BARCH (choice)
192
193% Boot architecture
194@ "amd64"
195! [PLATFORM=amd64] BARCH (choice)
196
197% Boot architecture
198@ "arm32"
199! [PLATFORM=arm32] BARCH (choice)
200
201% Boot architecture
202@ "ia32"
203! [PLATFORM=ia32] BARCH (choice)
204
205% Boot architecture
206@ "ia32xen"
207! [PLATFORM=ia32xen] BARCH (choice)
208
209% Boot architecture
210@ "ia64"
211! [PLATFORM=ia64] BARCH (choice)
212
213% Boot architecture
214@ "mips32"
215! [PLATFORM=mips32] BARCH (choice)
216
217% Boot architecture
218@ "mips64"
219! [PLATFORM=mips64] BARCH (choice)
220
221% Boot architecture
222@ "ppc32"
223! [PLATFORM=ppc32] BARCH (choice)
224
225% Boot architecture
226@ "ppc64"
227! [PLATFORM=ppc64] BARCH (choice)
228
229% Boot architecture
230@ "sparc64"
231! [PLATFORM=sparc64] BARCH (choice)
232
233
234## Mapping between platform and image format
235
236% Image format
237@ "binary"
238! [PLATFORM=mips32&MACHINE=msim] IMAGE (choice)
239
240% Image format
241@ "ecoff"
242! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] IMAGE (choice)
243
244% Image format
245@ "binary"
246! [PLATFORM=mips64] IMAGE (choice)
247
248
249## Compiler options
250
251% Compiler
252@ "gcc_cross" GNU C Compiler (cross-compiler)
253@ "gcc_native" GNU C Compiler (native)
254@ "icc" Intel C Compiler
255@ "suncc" Sun Studio C Compiler
256@ "clang" Clang
257! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
258
259% Compiler
260@ "gcc_cross" GNU C Compiler (cross-compiler)
261@ "gcc_native" GNU C Compiler (native)
262@ "icc" Intel C Compiler
263! [PLATFORM=ia64] COMPILER (choice)
264
265% Compiler
266@ "gcc_cross" GNU C Compiler (cross-compiler)
267@ "gcc_native" GNU C Compiler (native)
268@ "suncc" Sun Studio C Compiler
269! [PLATFORM=sparc64] COMPILER (choice)
270
271% Compiler
272@ "gcc_cross" GNU C Compiler (cross-compiler)
273@ "gcc_native" GNU C Compiler (native)
274! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice)
275
276% Compiler
277@ "gcc_cross" GNU C Compiler (cross-compiler)
278@ "gcc_native" GNU C Compiler (native)
279@ "clang" Clang
280! [PLATFORM=abs32le] COMPILER (choice)
281
282
283## Cross-compiler target for abstract architecture
284
285% Cross-compiler target
286@ "arm32" ARM 32-bit
287@ "ia32" Intel IA-32
288@ "mips32" MIPS 32-bit
289! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice)
290
291
292## Kernel configuration
293
294% Fences
295! [PLATFORM=ia32&(PROCESSOR=athlon_xp|PROCESSOR=athlon_mp|PROCESSOR=pentium3)] CONFIG_FENCES_P3 (y)
296
297% Fences
298! [PLATFORM=ia32&(PROCESSOR=pentium4|PROCESSOR=core)] CONFIG_FENCES_P4 (y)
299
300% Fences
301! [PLATFORM=amd64] CONFIG_FENCES_P4 (y)
302
303% ACPI support
304! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_ACPI (y)
305
306% Hierarchical page tables support
307! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)
308
309% Page hash table support
310! [PLATFORM=ia64|PLATFORM=mips64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)
311
312% Software integer division support
313! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] CONFIG_SOFTINT (y)
314
315% ASID support
316! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID (y)
317
318% ASID FIFO support
319! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y)
320
321% OpenFirmware tree support
322! [PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_OFW_TREE (y)
323
324% OpenFirmware PCI bus support
325! [PLATFORM=sparc64] CONFIG_OFW_PCI (y)
326
327% Multiboot standard support
328! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_MULTIBOOT (y)
329
330% FPU support
331! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y)
332
333% FPU support
334! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y)
335
336
337## Kernel features options
338
339% Support for SMP
340! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|(PLATFORM=mips64&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n)
341
342% Debug build
343! CONFIG_DEBUG (y/n)
344
345% Deadlock detection support for spinlocks
346! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
347
348% Lazy FPU context switching
349! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n)
350
351% Use VHPT
352! [PLATFORM=ia64] CONFIG_VHPT (n/y)
353
354% Use TSB
355! [PLATFORM=sparc64] CONFIG_TSB (y/n)
356
357% IO SAPIC on default address support
358! [PLATFORM=ia64&MACHINE!=ski] CONFIG_IOSAPIC (y/n)
359
360% Virtually indexed D-cache support
361! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
362
363% Simics SMP Hack
364! [PROCESSOR=sun4v&CONFIG_SMP=y] CONFIG_SIMICS_SMP_HACK (n/y)
365
366% Support for userspace debuggers
367! CONFIG_UDEBUG (y/n)
368
369% Kernel console support
370! CONFIG_KCONSOLE (y/n)
371
372% Kernel symbol information
373! CONFIG_SYMTAB (y/n)
374
375% Detailed kernel logging
376! CONFIG_LOG (n/y)
377
378% Kernel function tracing
379! CONFIG_TRACE (n/y)
380
381% Compile kernel tests
382! CONFIG_TEST (y/n)
383
384% Use link-time optimization
385! [COMPILER=gcc_cross|COMPILER=gcc_native] CONFIG_LTO (n/y)
386
387
388## Hardware support
389
390% Input device class
391@ "generic" Keyboard or serial line
392! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_HID_IN (choice)
393
394% Input device class
395@ "generic" Keyboard or serial line
396@ "none" No input device
397! [PLATFORM=ia32|(PLATFORM=arm32&MACHINE=testarm)|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)
398
399% Input device class
400@ "generic" Keyboard or serial line
401@ "keyboard" Keyboard
402@ "serial" Serial line
403@ "none" No input device
404! [PLATFORM=ia64&MACHINE=i460GX] CONFIG_HID_IN (choice)
405
406% Output device class
407@ "generic" Monitor or serial line
408! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp)] CONFIG_HID_OUT (choice)
409
410% Output device class
411@ "generic" Monitor or serial line
412@ "none" No output device
413! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&MACHINE=msim)|(PLATFORM=mips64&MACHINE=msim)] CONFIG_HID_OUT (choice)
414
415% Output device class
416@ "generic" Monitor or serial line
417@ "monitor" Monitor
418@ "serial" Serial line
419@ "none" No output device
420! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice)
421
422% Output device class
423@ "generic" Monitor or serial line
424@ "monitor" Monitor
425@ "serial" Serial line
426@ "none" No output device
427! [PLATFORM=arm32&MACHINE=testarm] CONFIG_HID_OUT (choice)
428
429% PC keyboard support
430! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n)
431
432% PC keyboard support
433! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_PC_KBD (y/n)
434
435% PC keyboard support
436! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PC_KBD (y/n)
437
438% Support for msim/GXemul keyboard
439! [CONFIG_HID_IN=generic&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_KBD (y/n)
440
441% Support for msim/GXemul printer
442! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_PRN (y/n)
443
444% Support for GXemul keyboard
445! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_KBD (y/n)
446
447% Support for GXemul printer
448! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_PRN (y/n)
449
450% Support for VIA CUDA controller
451! [CONFIG_HID_IN=generic&PLATFORM=ppc32] CONFIG_VIA_CUDA (y/n)
452
453% Support for NS16550 controller
454! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic] CONFIG_NS16550 (y/n)
455
456% Support for NS16550 controller
457! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_NS16550 (y/n)
458
459% Support for Samsung S3C24XX on-chip UART
460! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_UART (y/n)
461
462% Support for Samsung S3C24XX on-chip interrupt controller
463! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y)
464
465% Support for i8042 controller
466! [CONFIG_PC_KBD=y] CONFIG_I8042 (y)
467
468% Support for pl050 controller
469! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PL050 (y)
470
471% Sun keyboard support
472! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic&CONFIG_NS16550=y] CONFIG_SUN_KBD (y)
473
474% Macintosh ADB keyboard support
475! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=ppc32&(CONFIG_VIA_CUDA=y)] CONFIG_MAC_KBD (y)
476
477% Dummy serial line input
478! [CONFIG_MIPS_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y)
479
480% Dummy serial line output
481! [CONFIG_MIPS_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y)
482
483% Serial line input module
484! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y)
485
486% EGA support
487! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_EGA (y/n)
488
489% EGA support
490! [CONFIG_HID_OUT=generic&PLATFORM=ia64&MACHINE=i460GX] CONFIG_EGA (y/n)
491
492% Framebuffer support
493! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32)] CONFIG_FB (y/n)
494
495% Framebuffer support
496! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FB (y/n)
497
498% Framebuffer support
499! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=arm32] CONFIG_FB (y/n)
500
501% Framebuffer support
502! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=sparc64&MACHINE=generic] CONFIG_FB (y/n)
503
504% Default framebuffer mode
505@ "640x480"
506@ "800x600"
507@ "1024x768"
508@ "1152x720"
509@ "1152x864"
510@ "1280x720"
511@ "1280x800"
512@ "1280x960"
513@ "1280x1024"
514@ "1400x1050"
515@ "1440x900"
516@ "1440x1050"
517@ "1600x1200"
518@ "1920x1080"
519@ "1920x1200"
520! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_VESA_MODE (choice)
521
522% Default framebuffer depth
523@ "8"
524@ "16"
525@ "24"
526! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
527
528% Start AP processors by the loader
529! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
530
531% Dynamic linking support
532! [PLATFORM=ia32] CONFIG_RTLD (n/y)
533! [PLATFORM=abs32le|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_RTLD (n)
534
535% Build shared libraries
536! [CONFIG_RTLD=y] CONFIG_BUILD_SHARED_LIBS (n/y)
537! [CONFIG_RTLD=n] CONFIG_BUILD_SHARED_LIBS (n)
538
539% Link against shared libraries
540! [CONFIG_BUILD_SHARED_LIBS=y] CONFIG_USE_SHARED_LIBS (n/y)
541! [CONFIG_BUILD_SHARED_LIBS=n] CONFIG_USE_SHARED_LIBS (n)
542
543% Launch (devman) test drivers
544! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (n/y)
545
546% Load disk drivers on startup
547! CONFIG_START_BD (n/y)
548
549% Mount /data on startup
550! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y)
551
552% Write core files
553! CONFIG_WRITE_CORE_FILES (n/y)
554
555% Strip binaries
556! CONFIG_STRIP_BINARIES (n/y)
557
558% Optimize for size
559! CONFIG_OPTIMIZE_FOR_SIZE (n/y)
560
561% Barebone build with essential binaries only
562! CONFIG_BAREBONE (n/y)
563
564% Line debugging information
565! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
566
567# USB settings
568
569% USB release build (less logging)
570! CONFIG_USB_RELEASE_BUILD (y/n)
571
572% Start virtual USB host controller
573! CONFIG_RUN_VIRTUAL_USB_HC (n/y)
574
575% OHCI root hub port power switching
576@ "no" All root hub ports are always powered.
577@ "ganged" Root hub ports are all powered or all off.
578@ "per_port" Powered status of every root hub port is independent.
579![PLATFORM=ia32|PLATFORM=amd64] OHCI_POWER_SWITCH (choice)
Note: See TracBrowser for help on using the repository browser.