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/Kconfig | |
parent | b022e17b1c7ec43f435fb568d38e888c65d6d77e (diff) | |
download | talos-obmc-linux-966458f89d84ef5792893a01e2b7a5218c7b311d.tar.gz talos-obmc-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/Kconfig')
-rw-r--r-- | drivers/video/omap2/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/omap2/Kconfig b/drivers/video/omap2/Kconfig index d877c361abda..346d67d6cf4d 100644 --- a/drivers/video/omap2/Kconfig +++ b/drivers/video/omap2/Kconfig @@ -1,6 +1,3 @@ -config OMAP2_VRAM - bool - config OMAP2_VRFB bool |