aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 743c853ad150..60c6773eaac4 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -805,7 +805,7 @@ config FB_I810_I2C
805 help 805 help
806 806
807config FB_INTEL 807config FB_INTEL
808 tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)" 808 tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)"
809 depends on FB && EXPERIMENTAL && PCI && X86 809 depends on FB && EXPERIMENTAL && PCI && X86
810 select AGP 810 select AGP
811 select AGP_INTEL 811 select AGP_INTEL
@@ -817,7 +817,7 @@ config FB_INTEL
817 select FB_CFB_IMAGEBLIT 817 select FB_CFB_IMAGEBLIT
818 help 818 help
819 This driver supports the on-board graphics built in to the Intel 819 This driver supports the on-board graphics built in to the Intel
820 830M/845G/852GM/855GM/865G chipsets. 820 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets.
821 Say Y if you have and plan to use such a board. 821 Say Y if you have and plan to use such a board.
822 822
823 If you say Y here and want DDC/I2C support you must first say Y to 823 If you say Y here and want DDC/I2C support you must first say Y to
@@ -830,6 +830,8 @@ config FB_INTEL
830 To compile this driver as a module, choose M here: the 830 To compile this driver as a module, choose M here: the
831 module will be called intelfb. 831 module will be called intelfb.
832 832
833 For more information, please read <file:Documentation/fb/intelfb.txt>
834
833config FB_INTEL_DEBUG 835config FB_INTEL_DEBUG
834 bool "Intel driver Debug Messages" 836 bool "Intel driver Debug Messages"
835 depends on FB_INTEL 837 depends on FB_INTEL