On Fri, Nov 08, 2013 at 02:59:18PM +0100, Robert Richter wrote:
> Can't we just take
>
>  depends on EDAC_MM_EDAC && (ARCH_MULTI_V7 || ARM64)
>
> as a first step to increase build coverage?

Yep, that's basically what I was suggesting.

> There is also COMPILE_TEST that could be used which is exactly what we
> want here: "Compile also drivers which will not load":
> 
>  depends on EDAC_MM_EDAC && (ARCH_MULTI_V7 || ARM64 || COMPILE_TEST)
> 
> This should enable it with allmodconfig.

You could do this but the first is already coverage enough IMO and, as I
said previously, compiling this thing on other architectures could raise
bugs/issues which are not necessarily such on arm/arm64, for example.

-- 
Regards/Gruss,
Boris.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to