linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Antonino A. Daplas" <adaplas@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-fbdev-devel@lists.sourceforge.net, zap@homelink.ru,
	rpurdie@rpsys.net
Subject: Re: [PATCH 5/5] backlight: Fix Kconfig dependency
Date: Sun, 28 May 2006 14:49:18 +0800	[thread overview]
Message-ID: <447947EE.4090705@gmail.com> (raw)
In-Reply-To: <20060527232305.954b7703.akpm@osdl.org>

Andrew Morton wrote:
> On Sun, 28 May 2006 08:42:07 +0800
> "Antonino A. Daplas" <adaplas@gmail.com> wrote:
> 
>> CONFIG_FB = m and CONFIG_{BACKLIGHT:LCD}_CLASS_DEVICE = y is possible
>> resulting in link errors. Fix by making backlight and lcd class also
>> depend on FB
>>
>> Signed-off-by: Antonino Daplas <adaplas@pol.net>
>> ---
>>
>>  drivers/video/backlight/Kconfig |    4 ++--
>>  1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
>> index 02f1529..022f9d3 100644
>> --- a/drivers/video/backlight/Kconfig
>> +++ b/drivers/video/backlight/Kconfig
>> @@ -10,7 +10,7 @@ menuconfig BACKLIGHT_LCD_SUPPORT
>>  
>>  config BACKLIGHT_CLASS_DEVICE
>>          tristate "Lowlevel Backlight controls"
>> -	depends on BACKLIGHT_LCD_SUPPORT
>> +	depends on BACKLIGHT_LCD_SUPPORT && FB
>>  	default m
>>  	help
>>  	  This framework adds support for low-level control of the LCD
>> @@ -26,7 +26,7 @@ config BACKLIGHT_DEVICE
>>  
>>  config LCD_CLASS_DEVICE
>>          tristate "Lowlevel LCD controls"
>> -	depends on BACKLIGHT_LCD_SUPPORT
>> +	depends on BACKLIGHT_LCD_SUPPORT && FB
>>  	default m
>>  	help
>>  	  This framework adds support for low-level control of LCD.
> 
> Would I be correct in believing that this is a mainline fix and hence
> 2.6.17 material?
> 

It's mainline fix, though I would say that it's not urgent.

Tony




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642

      reply	other threads:[~2006-05-28  6:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-28  0:42 [PATCH 5/5] backlight: Fix Kconfig dependency Antonino A. Daplas
2006-05-28  6:23 ` Andrew Morton
2006-05-28  6:49   ` Antonino A. Daplas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=447947EE.4090705@gmail.com \
    --to=adaplas@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=rpurdie@rpsys.net \
    --cc=zap@homelink.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).