From 6f2907308dfb46b7f5a214d1fd6fbaadd46c6596 Mon Sep 17 00:00:00 2001 From: xxm Date: Fri, 4 Jul 2014 10:51:58 +0800 Subject: [PATCH] rockchip:mali400:enable mali build config in (drivers/video/Kconfig) --- drivers/video/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 323b16d75ed3..a45746bebf8b 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -25,9 +25,9 @@ source "drivers/gpu/host1x/Kconfig" source "drivers/gpu/arm/midgard/Kconfig" -#source "drivers/gpu/arm/mali400/mali/Kconfig" +source "drivers/gpu/arm/mali400/mali/Kconfig" -#source "drivers/gpu/arm/mali400/ump/Kconfig" +source "drivers/gpu/arm/mali400/ump/Kconfig" config VGASTATE tristate -- 2.34.1