summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2015-11-15 17:36:53 -0800
committerDalon Westergreen <dwesterg@gmail.com>2015-11-15 17:36:53 -0800
commitac6cf3d5122657881f58f199e74036c8cb5996fe (patch)
treeafdb821e5184141cf6ec555cd26fdee2817645cd
parent6ae7341d4ad04c22ebabebc0439bff7d698423b5 (diff)
downloadmeta-altera-ac6cf3d5122657881f58f199e74036c8cb5996fe.tar.gz
Add EDAC and A10SYSCON to default kernel configuration
-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