Skip to content

Commit

Permalink
pstore: Fix Kconfig dependencies for apei->pstore
Browse files Browse the repository at this point in the history
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 <randy.dunlap@oracle.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Luck, Tony committed May 20, 2011
1 parent f5ec25d commit 5d2a834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/acpi/apei/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
config ACPI_APEI
bool "ACPI Platform Error Interface (APEI)"
select MISC_FILESYSTEMS
select PSTORE
depends on X86
help
Expand Down

0 comments on commit 5d2a834

Please sign in to comment.