From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [PATCH 8/8] Introduce ARCH_NO_SYSDEV_OPS config option Date: Sun, 13 Mar 2011 14:55:13 +0100 (CET) Message-ID: References: <201103100131.58206.rjw@sisk.pl> <201103122212.40828.rjw@sisk.pl> <201103122221.37295.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201103122221.37295.rjw@sisk.pl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: "Rafael J. Wysocki" Cc: Greg KH , LKML , Jesse Barnes , mingo@redhat.com, Avi Kivity , "H. Peter Anvin" , Kay Sievers , Linux PM mailing list List-Id: linux-pm@vger.kernel.org On Sat, 12 Mar 2011, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > =================================================================== > --- linux-2.6.orig/arch/x86/Kconfig > +++ linux-2.6/arch/x86/Kconfig > @@ -184,6 +184,9 @@ config ARCH_HIBERNATION_POSSIBLE > config ARCH_SUSPEND_POSSIBLE > def_bool y > > +config ARCH_NO_SYSDEV_OPS > + def_bool y > + Can we please put that in drivers/base/Kconfig and let the arch Kconfig select it? Thanks, tglx