intelfb: update doc and Kconfig (supported devices)
According to drivers/video/intelfb/intelfb.h, the intelfb driver supportes the following devices: 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM. So the description in drivers/video/Kconfig and the documentation in Documentation/fb/intelfb.txt is outdated. airlied: cleaned up some other obvious mistakes in intelfb.txt. Signed-off-by: Christian Merkle <mail@christian-merkle.de> Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
parent
7627899b11
commit
d463d34e7b
@ -1,16 +1,19 @@
|
|||||||
Intel 830M/845G/852GM/855GM/865G/915G Framebuffer driver
|
Intel 830M/845G/852GM/855GM/865G/915G/945G Framebuffer driver
|
||||||
================================================================
|
================================================================
|
||||||
|
|
||||||
A. Introduction
|
A. Introduction
|
||||||
This is a framebuffer driver for various Intel 810/815 compatible
|
This is a framebuffer driver for various Intel 8xx/9xx compatible
|
||||||
graphics devices. These would include:
|
graphics devices. These would include:
|
||||||
|
|
||||||
Intel 830M
|
Intel 830M
|
||||||
Intel 810E845G
|
Intel 845G
|
||||||
Intel 852GM
|
Intel 852GM
|
||||||
Intel 855GM
|
Intel 855GM
|
||||||
Intel 865G
|
Intel 865G
|
||||||
Intel 915G
|
Intel 915G
|
||||||
|
Intel 915GM
|
||||||
|
Intel 945G
|
||||||
|
Intel 945GM
|
||||||
|
|
||||||
B. List of available options
|
B. List of available options
|
||||||
|
|
||||||
@ -78,7 +81,7 @@ C. Kernel booting
|
|||||||
Separate each option/option-pair by commas (,) and the option from its value
|
Separate each option/option-pair by commas (,) and the option from its value
|
||||||
with an equals sign (=) as in the following:
|
with an equals sign (=) as in the following:
|
||||||
|
|
||||||
video=i810fb:option1,option2=value2
|
video=intelfb:option1,option2=value2
|
||||||
|
|
||||||
Sample Usage
|
Sample Usage
|
||||||
------------
|
------------
|
||||||
|
@ -805,7 +805,7 @@ config FB_I810_I2C
|
|||||||
help
|
help
|
||||||
|
|
||||||
config FB_INTEL
|
config FB_INTEL
|
||||||
tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)"
|
tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)"
|
||||||
depends on FB && EXPERIMENTAL && PCI && X86
|
depends on FB && EXPERIMENTAL && PCI && X86
|
||||||
select AGP
|
select AGP
|
||||||
select AGP_INTEL
|
select AGP_INTEL
|
||||||
@ -817,7 +817,7 @@ config FB_INTEL
|
|||||||
select FB_CFB_IMAGEBLIT
|
select FB_CFB_IMAGEBLIT
|
||||||
help
|
help
|
||||||
This driver supports the on-board graphics built in to the Intel
|
This driver supports the on-board graphics built in to the Intel
|
||||||
830M/845G/852GM/855GM/865G chipsets.
|
830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets.
|
||||||
Say Y if you have and plan to use such a board.
|
Say Y if you have and plan to use such a board.
|
||||||
|
|
||||||
If you say Y here and want DDC/I2C support you must first say Y to
|
If you say Y here and want DDC/I2C support you must first say Y to
|
||||||
@ -830,6 +830,8 @@ config FB_INTEL
|
|||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called intelfb.
|
module will be called intelfb.
|
||||||
|
|
||||||
|
For more information, please read <file:Documentation/fb/intelfb.txt>
|
||||||
|
|
||||||
config FB_INTEL_DEBUG
|
config FB_INTEL_DEBUG
|
||||||
bool "Intel driver Debug Messages"
|
bool "Intel driver Debug Messages"
|
||||||
depends on FB_INTEL
|
depends on FB_INTEL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user