Add EDAC shell application demonstrating EDAC API usage. Can be used for verification of the functionality with error injection mechanism. Sample is also included in the twister tests. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
CONFIG_LOG=y
|
|
|
|
CONFIG_EDAC=y
|
|
CONFIG_EDAC_IBECC=y
|
|
CONFIG_EDAC_ERROR_INJECT=y
|
|
CONFIG_EDAC_LOG_LEVEL_ERR=y
|
|
|
|
CONFIG_SHELL=y
|
|
CONFIG_EDAC_SHELL=y
|