summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/Kconfig
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-11-09 15:18:52 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-11-13 09:52:41 +0200
commit966458f89d84ef5792893a01e2b7a5218c7b311d (patch)
treed27045d92cb47341508f03e9e9f0740187c815c9 /drivers/video/omap2/dss/Kconfig
parentb022e17b1c7ec43f435fb568d38e888c65d6d77e (diff)
downloadop-kernel-dev-966458f89d84ef5792893a01e2b7a5218c7b311d.zip
op-kernel-dev-966458f89d84ef5792893a01e2b7a5218c7b311d.tar.gz
OMAP: remove vram allocator
OMAP specific vram allocator is no longer in use, and we can remove all the vram code. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/Kconfig')
-rw-r--r--drivers/video/omap2/dss/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig
index 80f5390..058a669 100644
--- a/drivers/video/omap2/dss/Kconfig
+++ b/drivers/video/omap2/dss/Kconfig
@@ -6,18 +6,6 @@ menuconfig OMAP2_DSS
if OMAP2_DSS
-config OMAP2_VRAM_SIZE
- int "VRAM size (MB)"
- range 0 32
- default 0
- help
- The amount of SDRAM to reserve at boot time for video RAM use.
- This VRAM will be used by omapfb and other drivers that need
- large continuous RAM area for video use.
-
- You can also set this with "vram=<bytes>" kernel argument, or
- in the board file.
-
config OMAP2_DSS_DEBUG_SUPPORT
bool "Debug support"
default y
OpenPOWER on IntegriCloud