ACPI / APEI: Remove X86 redundant dependency for APEI GHES.
ACPI_APEI already depends on X86, so there is no need to define such dependency for ACPI_APEI_GHES (Generic Hardware Error Source) again. Signed-off-by: Tomasz Nowicki <tomasz.nowicki@linaro.org> Acked-by: Borislav Petkov <bp@suse.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
af1ae78abb
commit
5157275392
|
@ -12,7 +12,7 @@ config ACPI_APEI
|
||||||
|
|
||||||
config ACPI_APEI_GHES
|
config ACPI_APEI_GHES
|
||||||
bool "APEI Generic Hardware Error Source"
|
bool "APEI Generic Hardware Error Source"
|
||||||
depends on ACPI_APEI && X86
|
depends on ACPI_APEI
|
||||||
select ACPI_HED
|
select ACPI_HED
|
||||||
select IRQ_WORK
|
select IRQ_WORK
|
||||||
select GENERIC_ALLOCATOR
|
select GENERIC_ALLOCATOR
|
||||||
|
|
Loading…
Reference in New Issue