Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Cc: Alan Mackenzie <acm@×××.de>
Subject: Re: [gentoo-user] ?? CONFIG_USB_SUSPEND ??
Date: Mon, 11 Jul 2011 11:08:03
Message-Id: 1376025.mU9PknGcto@nazgul
In Reply to: [gentoo-user] ?? CONFIG_USB_SUSPEND ?? by Alan Mackenzie
1 On Monday 11 July 2011 10:16:33 Alan Mackenzie did opine thusly:
2 > Hi, Gentoo.
3 >
4 > Just done an "emerge -puND world". One of the packages updated was
5 > sys-fs/udisks-1.0.3-r1. Its warning message was:
6 >
7 > CONFIG_USB_SUSPEND: is not set when it should be.
8 > * Please check to make sure these options are set correctly.
9 > * Failure to do so may cause unexpected problems.
10 >
11 > CONFIG_USB_SUSPEND is surely a kernel config thing. I can't find it
12 > in my kernel config file. However, in "make menuconfig" I do a
13 > search for "USB_SUSPEND", It says:
14 >
15 > Location:
16 > │ -> Device Drivers
17 > │ -> USB support (USB_SUPPORT [=y])
18 > │ -> Support for Host-side USB (USB [=y])
19 >
20 > I can't find anything at that location which looks like
21 > "USB_SUSPEND".
22 >
23 > Would somebody please help me to resolve my confusion. Thanks in
24 > advance.
25
26 Symbol: USB_SUSPEND [=y]
27
28 │ Type : boolean
29
30 │ Prompt: USB runtime power management (autosuspend) and wakeup
31
32 │ Defined at drivers/usb/core/Kconfig:93
33
34 │ Depends on: USB_SUPPORT [=y] && USB [=m] && PM_RUNTIME [=y]
35
36 │ Location:
37
38 │ -> Device Drivers
39
40 │ -> USB support (USB_SUPPORT [=y])
41
42 │ -> Support for Host-side USB (USB [=m])
43
44
45
46
47 It needs PM_RUNTIME, found at
48
49 -> Power management and ACPI options
50
51
52 --
53 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] ?? CONFIG_USB_SUSPEND ?? Alan Mackenzie <acm@×××.de>