Skip to content
Commit c42d2e0c authored by Quanyang Wang's avatar Quanyang Wang Committed by Liwei Song
Browse files

edac: remove dependency MACH_AXXIA for EDAC_AXXIA_L3_5500

commit c6e69975

 from
https://github.com/axxia/linux-yocto.git v5.10/standard/axxia-dev/base.

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>
Signed-off-by: default avatarLiwei Song <liwei.song@windriver.com>
parent a537e85a
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