diff options
author | wu guoxing <b39297@freescale.com> | 2011-11-16 12:16:56 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:17:52 +0800 |
commit | 07918519cd536e970690e4d50ad3de37cdfc57d1 (patch) | |
tree | 26572b0d268de20a9fc6ffab2af2ba7101e14055 /drivers/mxc/amd-gpu | |
parent | 892f3e364db0e57b6315f312fa568b4b30dc5a1a (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>
Diffstat (limited to 'drivers/mxc/amd-gpu')
-rw-r--r-- | drivers/mxc/amd-gpu/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
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. |