From 954670ea2ffafa55e29c2b50aaf83a85eb3bf265 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 22 Jan 2011 01:33:44 +0100 Subject: [PATCH] Enable CONFIG_USB_SUSPEND for x86/amd64 (but not default/ia64) (bug #351376) --- arch/x86/kernel-config | 2 +- arch/x86_64/kernel-config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config index 1dbc07e..829ad84 100644 --- a/arch/x86/kernel-config +++ b/arch/x86/kernel-config @@ -2940,7 +2940,7 @@ CONFIG_USB=m CONFIG_USB_DEVICEFS=y CONFIG_USB_DEVICE_CLASS=y # CONFIG_USB_DYNAMIC_MINORS is not set -# CONFIG_USB_SUSPEND is not set +CONFIG_USB_SUSPEND=y # CONFIG_USB_PERSIST is not set # CONFIG_USB_OTG is not set diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config index 1260e39..6e39c34 100644 --- a/arch/x86_64/kernel-config +++ b/arch/x86_64/kernel-config @@ -2440,7 +2440,7 @@ CONFIG_USB=m CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set # CONFIG_USB_DYNAMIC_MINORS is not set -# CONFIG_USB_SUSPEND is not set +CONFIG_USB_SUSPEND=y # CONFIG_USB_PERSIST is not set # CONFIG_USB_OTG is not set -- 2.26.2