From: Paul Bolle Date: Tue, 19 Mar 2013 10:07:57 +0000 (+0100) Subject: ARM: OMAP: remove "config FB_OMAP_CONSISTENT_DMA_SIZE" X-Git-Tag: v3.10-rc1~197^2~2^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd19965a5e80abfa1a83a1fdc35f38c93972e209;p=thirdparty%2Flinux.git ARM: OMAP: remove "config FB_OMAP_CONSISTENT_DMA_SIZE" The only user of Kconfig symbol FB_OMAP_CONSISTENT_DMA_SIZE got removed in v3.8, with commit 6ba54ab4a49bbad736b0254aa6bdf0cb83013815 ("ARM: OMAP: Remove omap_init_consistent_dma_size()"). Remove this symbol too. Signed-off-by: Paul Bolle Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig index e512581300fc1..0bc3a936ce2be 100644 --- a/drivers/video/omap/Kconfig +++ b/drivers/video/omap/Kconfig @@ -39,17 +39,6 @@ config FB_OMAP_LCD_MIPID the Mobile Industry Processor Interface DBI-C/DCS specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3) -config FB_OMAP_CONSISTENT_DMA_SIZE - int "Consistent DMA memory size (MB)" - depends on FB_OMAP - range 1 14 - default 2 - help - Increase the DMA consistent memory size according to your video - memory needs, for example if you want to use multiple planes. - The size must be 2MB aligned. - If unsure say 1. - config FB_OMAP_DMA_TUNE bool "Set DMA SDRAM access priority high" depends on FB_OMAP