pstore: Fix Kconfig dependencies for apei->pstore
authorLuck, Tony <tony.luck@intel.com>
Wed, 13 Apr 2011 17:48:12 +0000 (10:48 -0700)
committerTony Luck <tony.luck@intel.com>
Fri, 20 May 2011 17:34:35 +0000 (10:34 -0700)
commit5d2a8342f64e93c217fcbf3206ec9ae770b1413d
tree2769c38bc58788989683aef6d1bab6455a1442c6
parentf5ec25deb2471bd49e907ab2f9ef6f860eb7cf95
pstore: Fix Kconfig dependencies for apei->pstore

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>
drivers/acpi/apei/Kconfig