Re: 2.6.21-rc5-mm4



On Mon, 02 Apr 2007 22:47:45 PDT, Andrew Morton said:
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm4/

So I was looking at a patch for ACPI_SLEEP that went around a moment ago,
and ended up doing a 'make menuconfig'.

I do a '/ACPI_SLEEP' inside that, and I get this output:

x Symbol: ACPI_SLEEP [=n] x
x Prompt: Sleep States x
x Defined at drivers/acpi/Kconfig:49 x
x Depends on: !X86_NUMAQ && !X86_VISWS && !IA64_HP_SIM && (IA64 || X86) x
x Location: x
x -> Power management options x
x -> Power Management support (PM [=y]) x
x -> ACPI (Advanced Configuration and Power Interface) Support x
x -> ACPI Support (ACPI [=y])

Only problem is that drivers/acpi/Kconfig:49 says:

config ACPI_SLEEP
bool "Sleep States"
depends on X86 && (!SMP || SUSPEND_SMP)
depends on PM
default y

Can somebody explain why I'm seeing the different Depends on in the two places?

Attachment: pgpmPged6ivBR.pgp
Description: PGP signature



Relevant Pages

  • [PATCH] pi-futex-rt-mutex-core-merge.patch (was Re: 2.6.17-mm1
    ... On Wed, 21 Jun 2006 03:48:57 PDT, Andrew Morton said: ... Patch to clean it up attached. ...
    (Linux-Kernel)
  • Re: kgdb support in vanilla 2.6.2
    ... Andrew Morton wrote: ... it you turn it off it is just as if the patch was not done (save the configure ... want to debug the preempt code. ... We would, for example, like to tell gdb to flush its cache ...
    (Linux-Kernel)
  • Re: keep in sync with -mm tree?
    ... On 8/11/2005 4:00 p.m., Andrew Morton wrote: ... >> We can always keep in sync with the current Linus tree through his git ... It also allows comments like "EDAC is known to not compile ... apply's then a part of the patch which was entirely rejected, ...
    (Linux-Kernel)
  • BK-kernel-tools/shortlog update
    ... trailing slash) or in cases of dire need, you can apply the patch below. ... +'akpm:org.rmk.' => 'Andrew Morton', ... 'lord:jen.americas.sgi.com' => 'Stephen Lord', ... 'nicolas.mailhot:laposte.net' => 'Nicolas Mailhot', ...
    (Linux-Kernel)
  • Re: + mm-remove-struct-mm_struct-exe_file-et-al.patch added to -mm tree
    ... On 03/30, Andrew Morton wrote: ... For this a) struct mm_struct becomes bigger, ... c) patch adds more code than removes in fact. ... That's _my_ reason for it. ...
    (Linux-Kernel)