summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-02-21 19:39:55 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:34:35 -0800
commit29dcf3218a279006f37c0f271757208d93bc5672 (patch)
treecf4385d3dcf924e0c2a71da7f4f882886b564367 /drivers/video/Kconfig
parent6566516f4c98f07ff8cc11cfe0feb6d615f10a07 (diff)
[ARM] tegra: Add framebuffer driver
v2: Fixes from review by Russell King - Use proper return values v2: Fixes from review by Jaya Kumar - Comments on lcd resolution - Remove stub functions - Change DUMP_REG to pr_debug - Add unregister_framebuffer to tegra_plat_remove v2: from Colin Cross - adjust debugging Signed-off-by: Colin Cross <ccross@android.com> Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 549b960667c8..3250f0d5d1cb 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1114,6 +1114,16 @@ config FB_RIVA_BACKLIGHT
help
Say Y here if you want to control the backlight of your display.
+config FB_TEGRA
+ tristate "NVIDIA Tegra SoC display support"
+ depends on ARCH_TEGRA && FB = y
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ default FB
+ help
+ This driver supports the NVIDIA Tegra systems-on-a-chip.
+
config FB_I810
tristate "Intel 810/815 support (EXPERIMENTAL)"
depends on EXPERIMENTAL && FB && PCI && X86_32 && AGP_INTEL