diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 702eb933cf88..e0ef3328942c 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -825,30 +825,48 @@ config FB_I810_I2C | |||
825 | help | 825 | help |
826 | 826 | ||
827 | config FB_INTEL | 827 | config FB_INTEL |
828 | tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)" | 828 | tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)" |
829 | depends on FB && EXPERIMENTAL && PCI && X86 | 829 | depends on FB && EXPERIMENTAL && PCI && X86 |
830 | select AGP | 830 | select AGP |
831 | select AGP_INTEL | 831 | select AGP_INTEL |
832 | select I2C_ALGOBIT if FB_INTEL_I2C | ||
833 | select I2C if FB_INTEL_I2C | ||
832 | select FB_MODE_HELPERS | 834 | select FB_MODE_HELPERS |
833 | select FB_CFB_FILLRECT | 835 | select FB_CFB_FILLRECT |
834 | select FB_CFB_COPYAREA | 836 | select FB_CFB_COPYAREA |
835 | select FB_CFB_IMAGEBLIT | 837 | select FB_CFB_IMAGEBLIT |
836 | help | 838 | help |
837 | This driver supports the on-board graphics built in to the Intel | 839 | This driver supports the on-board graphics built in to the Intel |
838 | 830M/845G/852GM/855GM/865G chipsets. | 840 | 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets. |
839 | Say Y if you have and plan to use such a board. | 841 | Say Y if you have and plan to use such a board. |
840 | 842 | ||
841 | To compile this driver as a module, choose M here: the | 843 | If you say Y here and want DDC/I2C support you must first say Y to |
844 | "I2C support" and "I2C bit-banging support" in the character devices | ||
845 | section. | ||
846 | |||
847 | If you say M here then "I2C support" and "I2C bit-banging support" | ||
848 | can be build either as modules or built-in. | ||
849 | |||
850 | To compile this driver as a module, choose M here: the | ||
842 | module will be called intelfb. | 851 | module will be called intelfb. |
843 | 852 | ||
853 | For more information, please read <file:Documentation/fb/intelfb.txt> | ||
854 | |||
844 | config FB_INTEL_DEBUG | 855 | config FB_INTEL_DEBUG |
845 | bool "Intel driver Debug Messages" | 856 | bool "Intel driver Debug Messages" |
846 | depends on FB_INTEL | 857 | depends on FB_INTEL |
847 | ---help--- | 858 | ---help--- |
848 | Say Y here if you want the Intel driver to output all sorts | 859 | Say Y here if you want the Intel driver to output all sorts |
849 | of debugging informations to provide to the maintainer when | 860 | of debugging informations to provide to the maintainer when |
850 | something goes wrong. | 861 | something goes wrong. |
851 | 862 | ||
863 | config FB_INTEL_I2C | ||
864 | bool "DDC/I2C for Intel framebuffer support" | ||
865 | depends on FB_INTEL | ||
866 | default y | ||
867 | help | ||
868 | Say Y here if you want DDC/I2C support for your on-board Intel graphics. | ||
869 | |||
852 | config FB_MATROX | 870 | config FB_MATROX |
853 | tristate "Matrox acceleration" | 871 | tristate "Matrox acceleration" |
854 | depends on FB && PCI | 872 | depends on FB && PCI |