diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-16 04:42:46 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-16 04:42:46 -0500 |
commit | dcca5cf07bcd355e4e1bd51609efe7b7d5d0a7b8 (patch) | |
tree | fb198f6a52f4790ea2468a421fc8c91a3b3648c8 /drivers/video/omap2/dss/Kconfig | |
parent | 3c3dd225819112e56554162c6b37e61a31924e0c (diff) | |
parent | 966458f89d84ef5792893a01e2b7a5218c7b311d (diff) |
Merge branch '3.8/vram-conversion' of git://gitorious.org/linux-omap-dss2/linux
Conflicts:
drivers/video/omap2/dss/Kconfig
drivers/video/omap2/omapfb/omapfb-ioctl.c
drivers/video/omap2/omapfb/omapfb-main.c
Merge changes to make omapfb use common dma_alloc, and remove omap's
custom vram allocator.
Diffstat (limited to 'drivers/video/omap2/dss/Kconfig')
-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 50e880260d8c..cb0f145c7077 100644 --- a/drivers/video/omap2/dss/Kconfig +++ b/drivers/video/omap2/dss/Kconfig | |||
@@ -5,18 +5,6 @@ menuconfig OMAP2_DSS | |||
5 | 5 | ||
6 | if OMAP2_DSS | 6 | if OMAP2_DSS |
7 | 7 | ||
8 | config OMAP2_VRAM_SIZE | ||
9 | int "VRAM size (MB)" | ||
10 | range 0 32 | ||
11 | default 0 | ||
12 | help | ||
13 | The amount of SDRAM to reserve at boot time for video RAM use. | ||
14 | This VRAM will be used by omapfb and other drivers that need | ||
15 | large continuous RAM area for video use. | ||
16 | |||
17 | You can also set this with "vram=<bytes>" kernel argument, or | ||
18 | in the board file. | ||
19 | |||
20 | config OMAP2_DSS_DEBUG | 8 | config OMAP2_DSS_DEBUG |
21 | bool "Debug support" | 9 | bool "Debug support" |
22 | default n | 10 | default n |