aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/arm
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@arm.com>2015-08-04 10:46:04 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2017-05-10 14:13:55 +0100
commit01d92e27d503dfd37bb4d6c822d4fb3cd602fb2c (patch)
tree6f8c64aec3c27f8e2a00a833406e8cdfc5590d58 /drivers/gpu/arm
parent8d0b605170b3242200b005a2041056f5ba8a784e (diff)
drivers/gpu: add ARM Mali driver to Kconfig and Kbuild
Add drivers/gpu/arm/midgard and drivers/base/ump to top-level Kconfig and Kbuild files. Signed-off-by: Guillaume Tucker <guillaume.tucker@arm.com>
Diffstat (limited to 'drivers/gpu/arm')
-rwxr-xr-xdrivers/gpu/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/arm/Kconfig b/drivers/gpu/arm/Kconfig
index 1f30eb541d65..f6f84538f908 100755
--- a/drivers/gpu/arm/Kconfig
+++ b/drivers/gpu/arm/Kconfig
@@ -17,3 +17,5 @@
menu "ARM GPU Configuration"
source "drivers/gpu/arm/midgard/Kconfig"
endmenu
+
+source "drivers/base/ump/Kconfig"