Re: [PATCH] Fix Kconfig dependencies for apei->pstore

From: Randy Dunlap
Date: Fri Apr 15 2011 - 14:30:28 EST


On Wed, 13 Apr 2011 10:48:12 -0700 Luck, Tony wrote:

> Geert Uytterhoeven's dependency checker kicked out this warning:
>
> + warning: (ACPI_APEI) selects PSTORE which has unmet direct dependencies (MISC_FILESYSTEMS): => N/A
>
> Randy confirmed that the fix was to "select MISC_FILESYSTEMS" too.
>
> Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx>

Tested-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Thanks.

> ---
>
> diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig
> index 66a03ca..f739a70 100644
> --- a/drivers/acpi/apei/Kconfig
> +++ b/drivers/acpi/apei/Kconfig
> @@ -1,5 +1,6 @@
> config ACPI_APEI
> bool "ACPI Platform Error Interface (APEI)"
> + select MISC_FILESYSTEMS
> select PSTORE
> depends on X86
> help
> --


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
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/