mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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/
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user