On Tue, 11 Jul 2006 15:04:08 +0800 "Antonino A. Daplas" <[email protected]> wrote: > +#if defined(CONFIG_FB) || (defined(CONFIG_FB_MODULE) && \ > + defined(CONFIG_BACKLIGHT_CLASS_DEVICE_MODULE)) Peeking at CONFIG_FB_MODULE like this is considered sinful. <tries to remember why> Because someone might build a CONFIG_FB=n, CONFIG_FB_MODULE=n kernel, then later build the fbdev module for that kernel only to find that the backlight driver doesn't know that the fbdev module is available. Or something like that. It's pretty contrived, and I really doubt that anyone's going to try to cobble together a kernel like that. Or maybe there's a better reason... - 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/
- Follow-Ups:
- [PATCH] fbdev: Statically link the framebuffer notification functions
- From: "Antonino A. Daplas" <[email protected]>
- Re: [PATCH] backlight: lcd: Remove dependency from the framebuffer layer
- From: "Antonino A. Daplas" <[email protected]>
- [PATCH] fbdev: Statically link the framebuffer notification functions
- References:
- Depmod errors on 2.6.17.4/2.6.18-rc1/2.6.18-rc1-mm1
- From: Matt Reuther <[email protected]>
- Re: Depmod errors on 2.6.17.4/2.6.18-rc1/2.6.18-rc1-mm1
- From: Matt Reuther <[email protected]>
- Re: Depmod errors on 2.6.17.4/2.6.18-rc1/2.6.18-rc1-mm1
- From: "Antonino A. Daplas" <[email protected]>
- Re: Depmod errors on 2.6.17.4/2.6.18-rc1/2.6.18-rc1-mm1
- From: Matt Reuther <[email protected]>
- [PATCH] appledisplay/backlight (Depmod errors on 2.6.17.4/2.6.18-rc1/2.6.18-rc1-mm1)
- From: "Randy.Dunlap" <[email protected]>
- [PATCH] backlight: lcd: Remove dependency from the framebuffer layer
- From: "Antonino A. Daplas" <[email protected]>
- Depmod errors on 2.6.17.4/2.6.18-rc1/2.6.18-rc1-mm1
- Prev by Date: Re: [Ubuntu PATCH] Add Specialix IO8+ card support hotplug support
- Next by Date: Re: [Alsa-devel] OSS driver removal, 2nd round (v2)
- Previous by thread: [PATCH] backlight: lcd: Remove dependency from the framebuffer layer
- Next by thread: Re: [PATCH] backlight: lcd: Remove dependency from the framebuffer layer
- Index(es):