On Thu, 3 Jan 2008 16:42:25 +0100 (CET) Andi Kleen <[EMAIL PROTECTED]> wrote: > > +++ linux/arch/x86/Kconfig > @@ -1219,6 +1219,11 @@ source "kernel/power/Kconfig" > > source "drivers/acpi/Kconfig" > > +config X86_APM_BOOT > + bool > + default y > + depends on APM
Does this want to be
depends on APM || APM_MODULE
> +++ linux/arch/x86/boot/apm.c
> @@ -19,8 +19,6 @@
>
> #include "boot.h"
>
> -#if defined(CONFIG_APM) || defined(CONFIG_APM_MODULE)
--
Cheers,
Stephen Rothwell [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/
pgp8aWGZLKsNh.pgp
Description: PGP signature

