Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CONFIG_USB_SUSPEND, where ?
Date: Sat, 15 Oct 2011 07:56:25
Message-Id: CADPrc81_syPH0VBHE2wpJxz9jMSmypK=WGPO3=+yDuq1E6SqpQ@mail.gmail.com
In Reply to: [gentoo-user] CONFIG_USB_SUSPEND, where ? by Alain Didierjean
1 On Sat, Oct 15, 2011 at 12:49 AM, Alain Didierjean
2 <alain.didierjean@××××.fr> wrote:
3 >
4 > * Messages for package sys-fs/udisks-1.0.4-r1:
5 >
6 > *   CONFIG_USB_SUSPEND:         is not set when it should be.
7 >
8 > As the message above from emerge says, no way to update sys-fs/udisks as CONFIG_USB_SUSPEND is not set.
9 > The problem is where to find that option. Not in linux/.config, so where ?
10
11 Cool tip for the future: Go to /usr/src/linux, type "make menuconfig".
12 Then type "/" (slash). Then type SUSPEND and ENTER. It will show you
13 all the kernel options with SUSPEND on them.
14
15 In particular, for USB_SUSPEND it says:
16
17 Symbol: USB_SUSPEND [=y]
18 Type : boolean
19 Prompt: USB runtime power management (autosuspend) and wakeup
20 Defined at drivers/usb/core/Kconfig:93
21 Depends on: USB_SUPPORT [=y] && USB [=y] && PM_RUNTIME [=y]
22 Location:
23 -> Device Drivers
24 -> USB support (USB_SUPPORT [=y])
25 -> Support for Host-side USB (USB [=y])
26
27 So there, is in Device Drivers -> USB support -> Support for Host-side USB.
28
29 Regards.
30 --
31 Canek Peláez Valdés
32 Posgrado en Ciencia e Ingeniería de la Computación
33 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] CONFIG_USB_SUSPEND, where ? Jonas de Buhr <jonas.de.buhr@×××.net>