> * CONFIG_USB_SUSPEND: is not set when it should be. > > But: > > $ grep SUSPEND /usr/src/linux/.config > > CONFIG_ARCH_SUSPEND_POSSIBLE=y > > CONFIG_SUSPEND=y > > CONFIG_SUSPEND_FREEZER=y > > # CONFIG_PM_TEST_SUSPEND is not set > > No trace of USB_SUSPEND.
You cant search that way. Use the search in make menuconfig/xconfig. It will require something else to be enabled before it is possible to enable it.

