Skip to content
Commit c6e69975 authored by Quanyang Wang's avatar Quanyang Wang Committed by Bruce Ashfield
Browse files

edac: remove dependency MACH_AXXIA for EDAC_AXXIA_L3_5500



I add "MACH_AXXIA" dependency for EDAC_AXXIA_L3_5500 to fix
allyesconfig building error. But there is no MACH_AXXIA kernel
option and this will cause warning as below:

    Config 'EDAC_AXXIA_L2_CPU_5500' has the following Direct dependencies (EDAC_AXXIA_L2_CPU_5500=n):
	MACH_AXXIA(undefined/n) && EDAC(=y)
    Parent dependencies are:
	MACH_AXXIA [MACH_AXXIA] EDAC [y]
    [INFO]: config 'CONFIG_EDAC_AXXIA_L2_CPU_5500' was set, but it wasn't assignable, check (parent) dependencies

Delete MACH_AXXIA to fix it.

Signed-off-by: default avatarQuanyang Wang <quanyang.wang@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 78455c18
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment