MALI: remove definitions of MALI_BIFROST_FOR_ANDROID and MALI_BIFROST_FOR_LINUX

Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
Change-Id: Idd03a830e62582fe738919b7ef4d43163e9cdcb1
This commit is contained in:
Zhen Chen
2021-09-13 15:40:10 +08:00
committed by Tao Huang
parent 27e243742d
commit a8c5470313
2 changed files with 1 additions and 14 deletions

View File

@@ -23,6 +23,4 @@ obj-$(CONFIG_MALI_MIDGARD) += midgard/
obj-$(CONFIG_MALI400) += mali400/
obj-$(CONFIG_MALI_BIFROST_FOR_ANDROID) += bifrost/
obj-$(CONFIG_MALI_BIFROST_FOR_LINUX) += bifrost_for_linux/
obj-$(CONFIG_MALI_BIFROST) += bifrost/

View File

@@ -23,15 +23,4 @@ source "drivers/gpu/arm/mali400/mali/Kconfig"
source "drivers/gpu/arm/midgard/Kconfig"
choice
prompt "Mali bifrost driver"
config MALI_BIFROST_FOR_ANDROID
bool "Mali Bifrost for Android"
config MALI_BIFROST_FOR_LINUX
bool "Mali Bifrost for Linux only"
endchoice
source "drivers/gpu/arm/bifrost/Kconfig"