Re: [PATCH] STAGING: Comedi: Build only on arches providing PAGE_KERNEL_NOCACHE
From: Ralf Baechle <hidden>
Date: 2011-06-23 16:31:56
Also in:
linux-kbuild, linux-sh, lkml
From: Ralf Baechle <hidden>
Date: 2011-06-23 16:31:56
Also in:
linux-kbuild, linux-sh, lkml
On Thu, Jun 23, 2011 at 06:01:47PM +0200, Geert Uytterhoeven wrote:
If only to get m68k/allmodconfig going again (hmm, there's another staging driver preventing a green light).
I ran into this doing an allyesconfig. Allyesconfig has one disadvantage, for choice it will only select the first or default option which means that option gets exercised well and all the other options not at all. On MIPS that'd be IP22, 32-bit, R4x00, big endian, 4K pages, no multithreading, 250Hz. Make randconfig disables lots of things so often misses the opportunity to trigger some issues. I'd really want an "make allrandconfig" which enables as many options as possible but picks a random one from choice statements, something like that. Ralf