From: Luck, Tony Date: Wed, 13 Apr 2011 17:48:12 +0000 (-0700) Subject: pstore: Fix Kconfig dependencies for apei->pstore X-Git-Tag: upstream/snapshot3+hdmi~10387^2~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d2a8342f64e93c217fcbf3206ec9ae770b1413d;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Tony Luck --- 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