]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00162326 GPU: name AMD and Viv GPU correctly
authorwu guoxing <b39297@freescale.com>
Wed, 16 Nov 2011 04:16:56 +0000 (12:16 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:03 +0000 (14:10 +0200)
name AMD and Viv GPU correctly in Kconfig

Signed-off-by: Wu Guoxing <b39297@freescale.com>
drivers/mxc/amd-gpu/Kconfig
drivers/mxc/gpu-viv/Kconfig

index 629d8cbbc989a50990db01a530f8744905696de2..3c53e469d86c0b76003476da30df8486e22d8db9 100644 (file)
@@ -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.
 
index 5ecbea381ced18a899d5a262623c372f9652237e..682d8eda0ab262b9a5616d93c412a00a38b48ac7 100644 (file)
@@ -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.