diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2015-03-06 18:37:54 +0900 |
---|---|---|
committer | Joonyoung Shim <jy0922.shim@samsung.com> | 2015-03-06 18:37:54 +0900 |
commit | 448a2d220d5937579f12f29f68cb7f17dca01642 (patch) | |
tree | 982f79701686928ec0b0a5462c34fb0603cf8ceb | |
parent | e41b371081cbe8b4cbaa451fd0a04afbf48533d0 (diff) | |
download | linux-3.10-accepted/tizen/mobile/20150310.065840.tar.gz linux-3.10-accepted/tizen/mobile/20150310.065840.tar.bz2 linux-3.10-accepted/tizen/mobile/20150310.065840.zip |
arm: tizen_rinato_defconfig: enable mali r4p0submit/tizen/20150306.102923accepted/tizen/wearable/20150307.082045accepted/tizen/tv/20150307.081616accepted/tizen/mobile/20150310.065840accepted/tizen/common/20150306.164623
Use mali r4p0 instead of r3p2.
Change-Id: Ie777bf67c1887df0ca5180a42ac6c6a5d0753bd6
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
-rw-r--r-- | arch/arm/configs/tizen_rinato_defconfig | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/arm/configs/tizen_rinato_defconfig b/arch/arm/configs/tizen_rinato_defconfig index 141488152a8..de856697473 100644 --- a/arch/arm/configs/tizen_rinato_defconfig +++ b/arch/arm/configs/tizen_rinato_defconfig @@ -1760,12 +1760,16 @@ CONFIG_VIDEO_SAMSUNG_S5P_JPEG=y # ARM GPU Configuration # CONFIG_MALI400=y +# CONFIG_MALI_VER_R3P2_REL0 is not set # CONFIG_MALI400_DEBUG is not set # CONFIG_MALI400_PROFILING is not set -CONFIG_MALI400_UMP=y -# CONFIG_UMP_DEBUG is not set -# CONFIG_MALI_DVFS is not set -CONFIG_SLP_MALI_DBG=y +CONFIG_MALI_DVFS=y +CONFIG_MALI_VER_R4P0_REL0=y +# CONFIG_MALI_DVFS_FULL_LEVEL is not set +# CONFIG_MALI400_POWER_PERFORMANCE_POLICY is not set +CONFIG_MALI_DMA_BUF_MAP_ON_ATTACH=y +# CONFIG_MALI_SHARED_INTERRUPTS is not set +# CONFIG_MALI_PMU_PARALLEL_POWER_UP is not set CONFIG_DRM=y CONFIG_DRM_MIPI_DSI=y CONFIG_DRM_KMS_HELPER=y |