Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (3f3174996be6b4312c38f54d5969f5d5b75fec9e)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig RAS
3 bool "Reliability, Availability and Serviceability (RAS) features"
4 help
5 Reliability, availability and serviceability (RAS) is a computer
6 hardware engineering term. Computers designed with higher levels
7 of RAS have a multitude of features that protect data integrity
8 and help them stay available for long periods of time without

--- 18 unchanged lines hidden (view full) ---

27 measures how often it is available for use, even though it may not
28 be functioning correctly. For example, a server may run forever and
29 so have ideal availability, but may be unreliable, with frequent
30 data corruption.
31
32if RAS
33
34source "arch/x86/ras/Kconfig"
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig RAS
3 bool "Reliability, Availability and Serviceability (RAS) features"
4 help
5 Reliability, availability and serviceability (RAS) is a computer
6 hardware engineering term. Computers designed with higher levels
7 of RAS have a multitude of features that protect data integrity
8 and help them stay available for long periods of time without

--- 18 unchanged lines hidden (view full) ---

27 measures how often it is available for use, even though it may not
28 be functioning correctly. For example, a server may run forever and
29 so have ideal availability, but may be unreliable, with frequent
30 data corruption.
31
32if RAS
33
34source "arch/x86/ras/Kconfig"
35source "drivers/ras/amd/atl/Kconfig"
35
36endif
36
37endif