Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMyyQi/patches/kernel/v4.12/0004-Post-Mali-UMP-integration.patch
Go to file| From 1b131b09195d412ed721741d33c65a0efd80d13f Mon Sep 17 00:00:00 2001 | |
| From: Myy <myy@miouyouyou.fr> | |
| Date: Tue, 10 Jan 2017 05:21:46 +0000 | |
| Subject: [PATCH 04/12] Post Mali UMP integration | |
| Signed-off-by: Myy <myy@miouyouyou.fr> | |
| --- | |
| drivers/base/Kconfig | 2 ++ | |
| drivers/base/Makefile | 1 + | |
| 2 files changed, 3 insertions(+) | |
| diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig | |
| index d718ae4..7c8d512 100644 | |
| --- a/drivers/base/Kconfig | |
| +++ b/drivers/base/Kconfig | |
| @@ -339,4 +339,6 @@ config CMA_ALIGNMENT | |
| endif | |
| +source "drivers/base/ump/Kconfig" | |
| + | |
| endmenu | |
| diff --git a/drivers/base/Makefile b/drivers/base/Makefile | |
| index f2816f6..4e571e2 100644 | |
| --- a/drivers/base/Makefile | |
| +++ b/drivers/base/Makefile | |
| @@ -23,6 +23,7 @@ obj-$(CONFIG_SOC_BUS) += soc.o | |
| obj-$(CONFIG_PINCTRL) += pinctrl.o | |
| obj-$(CONFIG_DEV_COREDUMP) += devcoredump.o | |
| obj-$(CONFIG_GENERIC_MSI_IRQ_DOMAIN) += platform-msi.o | |
| +obj-$(CONFIG_UMP) += ump/ | |
| obj-y += test/ | |
| -- | |
| 2.10.2 | |