Re: [PATCH] spi/drivers: Restrict COMPILE_TEST by HAS_DMA where needed

2013-09-06 Thread Mark Brown
On Fri, Sep 06, 2013 at 04:55:40PM +0200, Geert Uytterhoeven wrote: > commit dd1053a93fdc11d491f5460f7da5ce70e6c93c9e ("spi/drivers: Enable build > of drivers with COMPILE_TEST") allows compile-testing drivers on platforms > they're not meant for. > However, adding "|| COMPILE_TEST" bypasses all o

[PATCH] spi/drivers: Restrict COMPILE_TEST by HAS_DMA where needed

2013-09-06 Thread Geert Uytterhoeven
commit dd1053a93fdc11d491f5460f7da5ce70e6c93c9e ("spi/drivers: Enable build of drivers with COMPILE_TEST") allows compile-testing drivers on platforms they're not meant for. However, adding "|| COMPILE_TEST" bypasses all other implicit dependencies assumed by the platform dependencies before, like