Kconfig (f23a06f076173c1f56572556169bf9e1793c5d59) Kconfig (14340586148e7c88d7b1b752876f5b5227b200b9)
1#
2# Video configuration
3#
4
5menu "Graphics support"
6 depends on HAS_IOMEM
7
8source "drivers/video/backlight/Kconfig"

--- 734 unchanged lines hidden (view full) ---

743 select FB_CFB_FILLRECT
744 select FB_CFB_COPYAREA
745 select FB_CFB_IMAGEBLIT
746 help
747 Support for S1D13XXX framebuffer device family (currently only
748 working with S1D13806). Product specs at
749 <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm>
750
1#
2# Video configuration
3#
4
5menu "Graphics support"
6 depends on HAS_IOMEM
7
8source "drivers/video/backlight/Kconfig"

--- 734 unchanged lines hidden (view full) ---

743 select FB_CFB_FILLRECT
744 select FB_CFB_COPYAREA
745 select FB_CFB_IMAGEBLIT
746 help
747 Support for S1D13XXX framebuffer device family (currently only
748 working with S1D13806). Product specs at
749 <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm>
750
751config FB_ATMEL
752 tristate "AT91/AT32 LCD Controller support"
753 depends on FB && (ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || AVR32)
754 select FB_CFB_FILLRECT
755 select FB_CFB_COPYAREA
756 select FB_CFB_IMAGEBLIT
757 help
758 This enables support for the AT91/AT32 LCD Controller.
759
760config FB_INTSRAM
761 bool "Frame Buffer in internal SRAM"
762 depends on FB_ATMEL && ARCH_AT91SAM9261
763 help
764 Say Y if you want to map Frame Buffer in internal SRAM. Say N if you want
765 to let frame buffer in external SDRAM.
766
751config FB_NVIDIA
752 tristate "nVidia Framebuffer Support"
753 depends on FB && PCI
754 select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
755 select FB_MODE_HELPERS
756 select FB_CFB_FILLRECT
757 select FB_CFB_COPYAREA
758 select FB_CFB_IMAGEBLIT

--- 1075 unchanged lines hidden ---
767config FB_NVIDIA
768 tristate "nVidia Framebuffer Support"
769 depends on FB && PCI
770 select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
771 select FB_MODE_HELPERS
772 select FB_CFB_FILLRECT
773 select FB_CFB_COPYAREA
774 select FB_CFB_IMAGEBLIT

--- 1075 unchanged lines hidden ---