From ac6cf3d5122657881f58f199e74036c8cb5996fe Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Sun, 15 Nov 2015 17:36:53 -0800 Subject: Add EDAC and A10SYSCON to default kernel configuration --- .../linux/config/socfpga-base/features/altera/arria10-ip.cfg | 1 + .../socfpga-base/features/altera/cyclone5_arria5-ip.cfg | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/recipes-kernel/linux/config/socfpga-base/features/altera/arria10-ip.cfg b/recipes-kernel/linux/config/socfpga-base/features/altera/arria10-ip.cfg index 5f9fecb..bdd369d 100644 --- a/recipes-kernel/linux/config/socfpga-base/features/altera/arria10-ip.cfg +++ b/recipes-kernel/linux/config/socfpga-base/features/altera/arria10-ip.cfg @@ -1,3 +1,4 @@ CONFIG_FPGA_MGR_SOCFPGA_A10=y CONFIG_GPIO_A10SYCON=y CONFIG_SENSORS_A10SYCON=y +CONFIG_A10SYCON_RESET=y diff --git a/recipes-kernel/linux/config/socfpga-base/features/altera/cyclone5_arria5-ip.cfg b/recipes-kernel/linux/config/socfpga-base/features/altera/cyclone5_arria5-ip.cfg index e7ee368..a3171ad 100644 --- a/recipes-kernel/linux/config/socfpga-base/features/altera/cyclone5_arria5-ip.cfg +++ b/recipes-kernel/linux/config/socfpga-base/features/altera/cyclone5_arria5-ip.cfg @@ -109,3 +109,14 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=2 CONFIG_CAN=y CONFIG_CAN_C_CAN=y CONFIG_CAN_C_CAN_PLATFORM=y + +# EDAC +CONFIG_EDAC=y +CONFIG_EDAC_LEGACY_SYSFS=y +# CONFIG_EDAC_DEBUG is not set +CONFIG_EDAC_MM_EDAC=y +CONFIG_EDAC_ALTERA_MC=y +CONFIG_EDAC_ALTERA_ECC_MGR=y +CONFIG_EDAC_ALTERA_L2_ECC=y +CONFIG_EDAC_ALTERA_OCRAM_ECC=y +CONFIG_EDAC_ALTERA_NAND_ECC=y -- cgit v1.2.3-54-g00ecf