]> Git Repo - linux.git/commitdiff
pstore: Fix Kconfig dependencies for apei->pstore
authorLuck, Tony <[email protected]>
Wed, 13 Apr 2011 17:48:12 +0000 (10:48 -0700)
committerTony Luck <[email protected]>
Fri, 20 May 2011 17:34:35 +0000 (10:34 -0700)
Geert Uytterhoeven ran a dependency checker which 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.

Tested-by: Randy Dunlap <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
drivers/acpi/apei/Kconfig

index 66a03caa2ad92093cf68ce5ddcbc215ea8ef7b3d..f739a70b1c708a0084afa2e8e6605f401c7bfd94 100644 (file)
@@ -1,5 +1,6 @@
 config ACPI_APEI
        bool "ACPI Platform Error Interface (APEI)"
+       select MISC_FILESYSTEMS
        select PSTORE
        depends on X86
        help
This page took 0.0560079999999999 seconds and 4 git commands to generate.