From: wu guoxing Date: Wed, 16 Nov 2011 04:16:56 +0000 (+0800) Subject: ENGR00162326 GPU: name AMD and Viv GPU correctly X-Git-Tag: v3.0.35-fsl_4.1.0~2049 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=40617da1fd2aadc31091a61333436ebdba83f6bf;p=karo-tx-linux.git ENGR00162326 GPU: name AMD and Viv GPU correctly name AMD and Viv GPU correctly in Kconfig Signed-off-by: Wu Guoxing --- diff --git a/drivers/mxc/amd-gpu/Kconfig b/drivers/mxc/amd-gpu/Kconfig index 629d8cbbc989..3c53e469d86c 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 5ecbea381ced..682d8eda0ab2 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.