2010-10-20 13:51:19 +08:00
|
|
|
config STUB_POULSBO
|
|
|
|
|
tristate "Intel GMA500 Stub Driver"
|
|
|
|
|
depends on PCI
|
2011-02-01 11:17:28 -08:00
|
|
|
depends on NET # for THERMAL
|
2010-10-20 13:51:19 +08:00
|
|
|
# Poulsbo stub depends on ACPI_VIDEO when ACPI is enabled
|
|
|
|
|
# but for select to work, need to select ACPI_VIDEO's dependencies, ick
|
2010-10-28 15:12:04 +02:00
|
|
|
select BACKLIGHT_CLASS_DEVICE if ACPI
|
2011-04-12 14:27:47 +04:00
|
|
|
select VIDEO_OUTPUT_CONTROL if ACPI
|
2010-10-28 15:12:04 +02:00
|
|
|
select INPUT if ACPI
|
2010-10-20 13:51:19 +08:00
|
|
|
select ACPI_VIDEO if ACPI
|
2011-02-01 11:17:28 -08:00
|
|
|
select THERMAL if ACPI
|
2010-10-20 13:51:19 +08:00
|
|
|
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
|
|
|
|
|
intel opregion.
|