aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwu guoxing <b39297@freescale.com>2011-11-16 12:16:56 +0800
committerEric Miao <eric.miao@linaro.org>2011-12-01 11:36:35 +0800
commit4fdc7b5c3de4e26abfa23cac9ee56cb523b3d3e3 (patch)
treefd9cd0213d4daac734d09e69138324739ecca118
parent906b51021d8d6c2d0a70f60444287cc1cf4d788e (diff)
ENGR00162326 GPU: name AMD and Viv GPU correctly
name AMD and Viv GPU correctly in Kconfig Signed-off-by: Wu Guoxing <b39297@freescale.com>
-rw-r--r--drivers/mxc/amd-gpu/Kconfig6
-rw-r--r--drivers/mxc/gpu-viv/Kconfig6
2 files changed, 6 insertions, 6 deletions
diff --git a/drivers/mxc/amd-gpu/Kconfig b/drivers/mxc/amd-gpu/Kconfig
index 629d8cbbc98..3c53e469d86 100644
--- a/drivers/mxc/amd-gpu/Kconfig
+++ b/drivers/mxc/amd-gpu/Kconfig
@@ -2,11 +2,11 @@
# Bluetooth configuration
#
-menu "MXC GPU support"
+menu "MXC AMD GPU support"
+ depends on ARCH_MX35 || ARCH_MX51 || ARCH_MX53 || ARCH_MX50
config MXC_AMD_GPU
- tristate "MXC GPU support"
- depends on ARCH_MX35 || ARCH_MX51 || ARCH_MX53 || ARCH_MX50
+ tristate "MXC AMD GPU support"
---help---
Say Y to get the GPU driver support.
diff --git a/drivers/mxc/gpu-viv/Kconfig b/drivers/mxc/gpu-viv/Kconfig
index 5ecbea381ce..682d8eda0ab 100644
--- a/drivers/mxc/gpu-viv/Kconfig
+++ b/drivers/mxc/gpu-viv/Kconfig
@@ -1,8 +1,8 @@
-menu "MXC GPU support"
+menu "MXC Vivante GPU support"
+ depends on ARCH_MX6
config MXC_GPU_VIV
- tristate "MXC GPU support"
- depends on ARCH_MX6
+ tristate "MXC Vivante GPU support"
---help---
Say Y to get the GPU driver support.