aboutsummaryrefslogtreecommitdiffstats
path: root/features/edac/edac-enable.scc
blob: 17daf486561ff2b20c4694165f736477ccf20b61 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable core EDAC functionality"
define KFEATURE_COMPATIBILITY board

if [ "$KARCH" != "mips" ] || [ "$KMACHINE" = "edgerouter" ]; then
    kconf hardware edac.cfg
fi