Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d2a8342 authored by Tony Luck's avatar Tony Luck
Browse files

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent f5ec25de
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
config ACPI_APEI
config ACPI_APEI
	bool "ACPI Platform Error Interface (APEI)"
	bool "ACPI Platform Error Interface (APEI)"
	select MISC_FILESYSTEMS
	select PSTORE
	select PSTORE
	depends on X86
	depends on X86
	help
	help