From: Randy Dunlap rdunlap@xenotime.net
I couldn't parse the STUB_POULSBO help text and the module names were misleading, so try to make it more readable, use corrected module names, and spell "acpi" as "ACPI".
Signed-off-by: Randy Dunlap rdunlap@xenotime.net Cc: Lee, Chun-Yi jlee@novell.com Cc: Lee, Chun-Yi joeyli.kernel@gmail.com Cc: Dave Airlie airlied@redhat.com --- drivers/gpu/stub/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
--- linux-3.0-git22.orig/drivers/gpu/stub/Kconfig +++ linux-3.0-git22/drivers/gpu/stub/Kconfig @@ -12,7 +12,7 @@ config STUB_POULSBO help Choose this option if you have a system that has Intel GMA500 (Poulsbo) integrated graphics. If M is selected, the module will - be called Poulsbo. This driver is a stub driver for Poulsbo that - will call poulsbo.ko to enable the acpi backlight control sysfs - entry file because there have no poulsbo native driver can support + be called poulsbo. This driver is a stub driver for Poulsbo that + will call psb_gfx.ko to enable the ACPI backlight control sysfs + entry file because there is no poulsbo native driver that supports intel opregion.
dri-devel@lists.freedesktop.org