From b08927a712005ae3f6941e59f530b7896ac5f407 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 31 May 2012 15:04:53 +0300 Subject: video: tegra: host: Abstract nvmap support Abstract nvmap support to one file, and use it via function pointers from other parts of nvhost. Bug 965206 Change-Id: I4e5e7de4271e0797d117ac8210af4732b6018973 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/105665 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Mayuresh Kulkarni Reviewed-by: Juha Tukkinen --- drivers/video/tegra/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/video/tegra/Kconfig') diff --git a/drivers/video/tegra/Kconfig b/drivers/video/tegra/Kconfig index 15c2acfa8cc7..fc057a50d361 100644 --- a/drivers/video/tegra/Kconfig +++ b/drivers/video/tegra/Kconfig @@ -7,6 +7,13 @@ config TEGRA_GRHOST help Driver for the Tegra graphics host hardware. +config TEGRA_GRHOST_USE_NVMAP + bool "Use nvmap as graphics memory manager" + default y + help + Use nvmap as the graphics memory manager. This is the only + choice at the moment. + config TEGRA_DC tristate "Tegra Display Contoller" depends on ARCH_TEGRA && TEGRA_GRHOST -- cgit v1.2.3