summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/config/socfpga-base/features/altera/arria10-ip.cfg1
-rw-r--r--recipes-kernel/linux/config/socfpga-base/features/altera/cyclone5_arria5-ip.cfg11
2 files changed, 12 insertions, 0 deletions
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 @@
1CONFIG_FPGA_MGR_SOCFPGA_A10=y 1CONFIG_FPGA_MGR_SOCFPGA_A10=y
2CONFIG_GPIO_A10SYCON=y 2CONFIG_GPIO_A10SYCON=y
3CONFIG_SENSORS_A10SYCON=y 3CONFIG_SENSORS_A10SYCON=y
4CONFIG_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
109CONFIG_CAN=y 109CONFIG_CAN=y
110CONFIG_CAN_C_CAN=y 110CONFIG_CAN_C_CAN=y
111CONFIG_CAN_C_CAN_PLATFORM=y 111CONFIG_CAN_C_CAN_PLATFORM=y
112
113# EDAC
114CONFIG_EDAC=y
115CONFIG_EDAC_LEGACY_SYSFS=y
116# CONFIG_EDAC_DEBUG is not set
117CONFIG_EDAC_MM_EDAC=y
118CONFIG_EDAC_ALTERA_MC=y
119CONFIG_EDAC_ALTERA_ECC_MGR=y
120CONFIG_EDAC_ALTERA_L2_ECC=y
121CONFIG_EDAC_ALTERA_OCRAM_ECC=y
122CONFIG_EDAC_ALTERA_NAND_ECC=y