mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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>
This commit is contained in:
parent
f5ec25deb2
commit
5d2a8342f6
@ -1,5 +1,6 @@
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user