]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/platform/x86/Kconfig
ideapad: depends on backlight subsystem and update comment
authorIke Panhc <ike.pan@canonical.com>
Fri, 22 Feb 2013 08:48:40 +0000 (16:48 +0800)
committerMatthew Garrett <matthew.garrett@nebula.com>
Wed, 27 Feb 2013 13:30:47 +0000 (08:30 -0500)
commit16fd91e06291c964111587db15646308110c5634
tree2de5f4f358ee4e35662b551b271fba978fd266a4
parent741bf0c7be835d7fdecac5d942e88b5d43958f40
ideapad: depends on backlight subsystem and update comment

I've got a report of build failure on ideapad-laptop, which shows

drivers/built-in.o: In function `ideapad_acpi_notify':
ideapad-laptop.c:(.text+0x63876a): undefined reference to `backlight_force_update'
drivers/built-in.o: In function `ideapad_acpi_remove':
ideapad-laptop.c:(.devexit.text+0x64a7): undefined reference to `backlight_device_unregister'
drivers/built-in.o: In function `ideapad_acpi_add':
ideapad-laptop.c:(.devinit.text+0x45e28): undefined reference to `backlight_device_register'

To select backlight subsystem can prevent this error from happening.

Also update comment for this driver.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Ike Panhc <ike.pan@canonical.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/Kconfig