forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/acpi/apei/Kconfig
....@@ -41,19 +41,9 @@
4141 Turn on this option to enable the corresponding support.
4242
4343 config ACPI_APEI_SEA
44
- bool "APEI Synchronous External Abort logging/recovering support"
44
+ bool
4545 depends on ARM64 && ACPI_APEI_GHES
4646 default y
47
- help
48
- This option should be enabled if the system supports
49
- firmware first handling of SEA (Synchronous External Abort).
50
- SEA happens with certain faults of data abort or instruction
51
- abort synchronous exceptions on ARMv8 systems. If a system
52
- supports firmware first handling of SEA, the platform analyzes
53
- and handles hardware error notifications from SEA, and it may then
54
- form a HW error record for the OS to parse and handle. This
55
- option allows the OS to look for such hardware error record, and
56
- take appropriate action.
5747
5848 config ACPI_APEI_MEMORY_FAILURE
5949 bool "APEI memory error recovering support"