aboutsummaryrefslogtreecommitdiffstats
path: root/features/edac/edac-enable.scc
diff options
context:
space:
mode:
Diffstat (limited to 'features/edac/edac-enable.scc')
-rw-r--r--features/edac/edac-enable.scc4
1 files changed, 3 insertions, 1 deletions
diff --git a/features/edac/edac-enable.scc b/features/edac/edac-enable.scc
index c60d2790..17daf486 100644
--- a/features/edac/edac-enable.scc
+++ b/features/edac/edac-enable.scc
@@ -2,4 +2,6 @@
define KFEATURE_DESCRIPTION "Enable core EDAC functionality"
define KFEATURE_COMPATIBILITY board
-kconf hardware edac.cfg
+if [ "$KARCH" != "mips" ] || [ "$KMACHINE" = "edgerouter" ]; then
+ kconf hardware edac.cfg
+fi