Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Missing kernel config parameter
Date: Wed, 21 Sep 2011 12:39:25
Message-Id: CAC=wYCGxsEh-snCemt6N78uPkFJ_Qt5TB936hwW3uFD=onTiKQ@mail.gmail.com
In Reply to: [gentoo-user] Missing kernel config parameter by Peter Humphrey
1 > * CONFIG_USB_SUSPEND: is not set when it should be.
2 >
3 > But:
4 >
5 > $ grep SUSPEND /usr/src/linux/.config
6 >
7 > CONFIG_ARCH_SUSPEND_POSSIBLE=y
8 >
9 > CONFIG_SUSPEND=y
10 >
11 > CONFIG_SUSPEND_FREEZER=y
12 >
13 > # CONFIG_PM_TEST_SUSPEND is not set
14 >
15 > No trace of USB_SUSPEND.
16
17 You cant search that way. Use the search in make menuconfig/xconfig.
18 It will require something else to be enabled before it is possible to
19 enable it.