MALI: midgard: linux: remove default_config_mk

Change-Id: I82f0479f47d9db56553de65ca3ed0467c020f012
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
This commit is contained in:
Jacob Chen
2017-01-19 13:51:50 +08:00
committed by Huang, Tao
parent 5908bf57fa
commit 0eea41f3e2
2 changed files with 0 additions and 22 deletions

View File

@@ -1,19 +0,0 @@
CONFIG_MALI_MIDGARD=y
CONFIG_MALI_DEVFREQ=y
CONFIG_MALI_EXPERT=y
CONFIG_MALI_DEBUG_SHADER_SPLIT_FS=y
CONFIG_MALI_PLATFORM_THIRDPARTY=y
export CONFIG_MALI_PLATFORM_THIRDPARTY_NAME="rk"
CONFIG_MALI_DEBUG=y
CONFIG_MALI_TIMELINE_DISABLED=y
DEFINES = \
-DCONFIG_MALI_MIDGARD \
-DCONFIG_MALI_DEVFREQ \
-DCONFIG_MALI_EXPERT \
-DCONFIG_MALI_DEBUG_SHADER_SPLIT_FS \
-DCONFIG_MALI_DEBUG \
-DCONFIG_MALI_TIMELINE_DISABLED
ccflags-y += $(DEFINES)

View File

@@ -12,9 +12,6 @@
#
#
# add default config for RK Linux device for absence of Kconfig.
include drivers/gpu/arm/midgard_for_linux/default_config.mk
ifeq ($(CONFIG_MALI_PLATFORM_THIRDPARTY),y)
# remove begin and end quotes from the Kconfig string type
platform_name := $(shell echo $(CONFIG_MALI_PLATFORM_THIRDPARTY_NAME))