diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-19 06:07:57 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-04-10 08:03:31 -0400 |
commit | cd19965a5e80abfa1a83a1fdc35f38c93972e209 (patch) | |
tree | 5f42d72e383327489ae2ec3179f41b0c684b49b6 | |
parent | 07961ac7c0ee8b546658717034fe692fd12eefa9 (diff) |
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 <pebolle@tiscali.nl>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r-- | drivers/video/omap/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig index e512581300fc..0bc3a936ce2b 100644 --- a/drivers/video/omap/Kconfig +++ b/drivers/video/omap/Kconfig | |||
@@ -39,17 +39,6 @@ config FB_OMAP_LCD_MIPID | |||
39 | the Mobile Industry Processor Interface DBI-C/DCS | 39 | the Mobile Industry Processor Interface DBI-C/DCS |
40 | specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3) | 40 | specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3) |
41 | 41 | ||
42 | config FB_OMAP_CONSISTENT_DMA_SIZE | ||
43 | int "Consistent DMA memory size (MB)" | ||
44 | depends on FB_OMAP | ||
45 | range 1 14 | ||
46 | default 2 | ||
47 | help | ||
48 | Increase the DMA consistent memory size according to your video | ||
49 | memory needs, for example if you want to use multiple planes. | ||
50 | The size must be 2MB aligned. | ||
51 | If unsure say 1. | ||
52 | |||
53 | config FB_OMAP_DMA_TUNE | 42 | config FB_OMAP_DMA_TUNE |
54 | bool "Set DMA SDRAM access priority high" | 43 | bool "Set DMA SDRAM access priority high" |
55 | depends on FB_OMAP | 44 | depends on FB_OMAP |