diff options
| author | Lokesh Batra <lbatra@codeaurora.org> | 2016-04-06 14:52:07 -0700 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-04-07 16:00:22 -0700 |
| commit | 8507836e7edb869eaebbfa7f89db953ce766f892 (patch) | |
| tree | b384ee20f09360995e56aef7ce7d3d6e92eb5490 | |
| parent | d274d4f31737c4a28bcc239ec1f0dd420b0e0db4 (diff) | |
msm: defconfig: Enable CONFIG_QCOM_KGSL in msmcortex_defconfig
Enable CONFIG_QCOM_KGSL config in msmcortex_defconfig file. This will
enable compiling KGSL for msmcortex targets.
CRs-fixed: 1000118
Change-Id: I95fbcd5a1b70816cb3b03b7e3652243b1c3e527e
Signed-off-by: Lokesh Batra <lbatra@codeaurora.org>
| -rw-r--r-- | arch/arm64/configs/msmcortex_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/msmcortex_defconfig b/arch/arm64/configs/msmcortex_defconfig index 6cd1ee805a85..2c72a26cb67a 100644 --- a/arch/arm64/configs/msmcortex_defconfig +++ b/arch/arm64/configs/msmcortex_defconfig @@ -322,6 +322,7 @@ CONFIG_REGULATOR_CPRH_KBSS=y CONFIG_REGULATOR_MEM_ACC=y CONFIG_REGULATOR_PROXY_CONSUMER=y CONFIG_REGULATOR_STUB=y +CONFIG_QCOM_KGSL=y CONFIG_FB=y CONFIG_FB_ARMCLCD=y CONFIG_FB_VIRTUAL=y |
