diff options
author | Erik Gilling <konkers@android.com> | 2010-07-11 17:00:24 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2010-10-06 16:27:32 -0700 |
commit | fafa6bbd58977abca0ca9ed1e963435cb267e287 (patch) | |
tree | 6c4086c3067f8159f6b5d3aa3390d03f8f17a465 /drivers/video/Kconfig | |
parent | 23d7d05c8ca872fce132d0eb628f3b3f54f6788d (diff) |
video: tegra: remove old tegra fb driver
Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e5b9e6393c8f..8b31fdfefc98 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1089,16 +1089,6 @@ 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 |