Re: [PATCH] Add generic backlight support to toshiba_acpi driver

From: Ben Slusky
Date: Thu Feb 09 2006 - 12:49:16 EST


On Tue, 07 Feb 2006 13:34:56 +0000, Matthew Garrett wrote:
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -215,7 +215,7 @@ config ACPI_IBM
>
> config ACPI_TOSHIBA
> tristate "Toshiba Laptop Extras"
> - depends on X86
> + depends on X86 && BACKLIGHT_DEVICE
> default y
> ---help---
> This driver adds support for access to certain system settings

Might this work better:

config ACPI_TOSHIBA
depends on X86
select BACKLIGHT_DEVICE

-
-Ben


--
Ben Slusky | It was only after their population
sluskyb@xxxxxxxxxxxxxx | of 50 mysteriously shrank to eight
sluskyb@xxxxxxxxxx | that the other seven dwarfs began
PGP keyID ADA44B3B | to suspect Hungry.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/