diff options
author | Colin Cross <ccross@android.com> | 2010-02-21 19:39:55 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2010-10-06 16:26:52 -0700 |
commit | d4ad018f1ee96892f2866af84ed9446c2a8f78b1 (patch) | |
tree | b840e39a74c3ab87549364b1fdf8da21afd85440 /drivers/video/Kconfig | |
parent | edad4bb437cde175651efb10a1e2cef64b32e01d (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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 8b31fdfefc98..e5b9e6393c8f 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1089,6 +1089,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 |