diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 9b887ef64ff1..7072d2c5a040 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1658,6 +1658,32 @@ config FB_PM3 | |||
1658 | similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000 | 1658 | similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000 |
1659 | and maybe other boards. | 1659 | and maybe other boards. |
1660 | 1660 | ||
1661 | config FB_CARMINE | ||
1662 | tristate "Fujitsu carmine frame buffer support" | ||
1663 | depends on FB && PCI | ||
1664 | select FB_CFB_FILLRECT | ||
1665 | select FB_CFB_COPYAREA | ||
1666 | select FB_CFB_IMAGEBLIT | ||
1667 | help | ||
1668 | This is the frame buffer device driver for the Fujitsu Carmine chip. | ||
1669 | The driver provides two independent frame buffer devices. | ||
1670 | |||
1671 | choice | ||
1672 | depends on FB_CARMINE | ||
1673 | prompt "DRAM timing" | ||
1674 | default FB_CARMINE_DRAM_EVAL | ||
1675 | |||
1676 | config FB_CARMINE_DRAM_EVAL | ||
1677 | bool "Eval board timings" | ||
1678 | help | ||
1679 | Use timings which work on the eval card. | ||
1680 | |||
1681 | config CARMINE_DRAM_CUSTOM | ||
1682 | bool "Custom board timings" | ||
1683 | help | ||
1684 | Use custom board timings. | ||
1685 | endchoice | ||
1686 | |||
1661 | config FB_AU1100 | 1687 | config FB_AU1100 |
1662 | bool "Au1100 LCD Driver" | 1688 | bool "Au1100 LCD Driver" |
1663 | depends on (FB = y) && MIPS && SOC_AU1100 | 1689 | depends on (FB = y) && MIPS && SOC_AU1100 |