Re: [PATCH] [MTD] Fix CFI build error with meaningless nonfunctional .config

2007-08-12 Thread David Woodhouse
On Sun, 2007-08-12 at 18:24 +0200, Ingo Molnar wrote: > just found another one via randconfig, it fails with: > > In file included from drivers/mtd/chips/map_rom.c:16: > include/linux/mtd/map.h:128:2: error: #error "No bus width supported. What's > the point?" > > config attached below. Because

Re: [PATCH] [MTD] Fix CFI build error with meaningless nonfunctional .config

2007-08-12 Thread Josh Boyer
On 8/12/07, Ingo Molnar <[EMAIL PROTECTED]> wrote: > > * David Woodhouse <[EMAIL PROTECTED]> wrote: > > > On Fri, 2007-08-10 at 09:41 +0200, Ingo Molnar wrote: > > > looks quite quirky. Is there no Kconfig-space solution for this? > > > > I thought about that, but decided against it. We have altoge

Re: [PATCH] [MTD] Fix CFI build error with meaningless nonfunctional .config

2007-08-12 Thread Ingo Molnar
* David Woodhouse <[EMAIL PROTECTED]> wrote: > On Fri, 2007-08-10 at 09:41 +0200, Ingo Molnar wrote: > > looks quite quirky. Is there no Kconfig-space solution for this? > > I thought about that, but decided against it. We have altogether too > much munging of config options without the user's k

Re: [PATCH] [MTD] Fix CFI build error with meaningless nonfunctional .config

2007-08-10 Thread David Woodhouse
On Fri, 2007-08-10 at 09:41 +0200, Ingo Molnar wrote: > looks quite quirky. Is there no Kconfig-space solution for this? I thought about that, but decided against it. We have altogether too much munging of config options without the user's knowledge already; I didn't want to make it worse. -- dw

Re: [PATCH] [MTD] Fix CFI build error with meaningless nonfunctional .config

2007-08-10 Thread Ingo Molnar
* David Woodhouse <[EMAIL PROTECTED]> wrote: > On Mon, 2007-08-06 at 18:15 +0200, Ingo Molnar wrote: > > randconfig testing on .23-rc2 triggered the following build error: > > When building NOR flash support, you have compile-time options for the > bus width and the number of individual chips w