On 07.11.13 14:33:29, Borislav Petkov wrote:
> On Thu, Nov 07, 2013 at 07:23:10AM -0600, Rob Herring wrote:
> > See, we are benefiting already.
> 
> You can catch this when building on arm64, i.e. basically one of the
> target architectures for which the driver is meant for.

Can't we just take

 depends on EDAC_MM_EDAC && (ARCH_MULTI_V7 || ARM64)

as a first step to increase build coverage?

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.

-Robert
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
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