diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-09 15:18:52 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-13 09:52:41 +0200 |
commit | 966458f89d84ef5792893a01e2b7a5218c7b311d (patch) | |
tree | d27045d92cb47341508f03e9e9f0740187c815c9 /drivers/video/omap2/dss | |
parent | b022e17b1c7ec43f435fb568d38e888c65d6d77e (diff) | |
download | blackbird-op-linux-966458f89d84ef5792893a01e2b7a5218c7b311d.tar.gz blackbird-op-linux-966458f89d84ef5792893a01e2b7a5218c7b311d.zip |
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')
-rw-r--r-- | drivers/video/omap2/dss/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig index 80f5390aa136..058a669cb512 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 |