Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (8636a1f9677db4f883f29a072f401303acfc2edd) |
---|---|
1menuconfig RAS 2 bool "Reliability, Availability and Serviceability (RAS) features" 3 help 4 Reliability, availability and serviceability (RAS) is a computer 5 hardware engineering term. Computers designed with higher levels 6 of RAS have a multitude of features that protect data integrity 7 and help them stay available for long periods of time without 8 failure. --- 16 unchanged lines hidden (view full) --- 25 correctly, including avoiding data corruption, whereas Availability 26 measures how often it is available for use, even though it may not 27 be functioning correctly. For example, a server may run forever and 28 so have ideal availability, but may be unreliable, with frequent 29 data corruption. 30 31if RAS 32 | 1menuconfig RAS 2 bool "Reliability, Availability and Serviceability (RAS) features" 3 help 4 Reliability, availability and serviceability (RAS) is a computer 5 hardware engineering term. Computers designed with higher levels 6 of RAS have a multitude of features that protect data integrity 7 and help them stay available for long periods of time without 8 failure. --- 16 unchanged lines hidden (view full) --- 25 correctly, including avoiding data corruption, whereas Availability 26 measures how often it is available for use, even though it may not 27 be functioning correctly. For example, a server may run forever and 28 so have ideal availability, but may be unreliable, with frequent 29 data corruption. 30 31if RAS 32 |
33source arch/x86/ras/Kconfig | 33source "arch/x86/ras/Kconfig" |
34 35endif | 34 35endif |