Re: [PATCH 1/2] Add /sys/firmware/memmap

From: Mikael Pettersson
Date: Thu Jun 26 2008 - 05:13:32 EST


Bernhard Walle writes:
> > It should be configurable. Whether it's done via CONFIG_KEXEC or its own
> > option I don't care.
>
> Ok, changed:
>
> diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
> index 1008737..73fcc59 100644
> --- a/drivers/firmware/Kconfig
> +++ b/drivers/firmware/Kconfig
> @@ -28,7 +28,7 @@ config EDD_OFF
>
> config FIRMWARE_MEMMAP
> def_bool y
> - depends on X86_64 || X86_32
> + depends on (X86_64 || X86_32) && KEXEC
>
> config EFI_VARS
> tristate "EFI Variable Support via sysfs"

Yep, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/