forked from clearlinux-pkgs/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2002-opae-add-Kconfig-and-Makefile.patch
More file actions
38 lines (33 loc) · 1.2 KB
/
Copy path2002-opae-add-Kconfig-and-Makefile.patch
File metadata and controls
38 lines (33 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
From 1cbc611a7b7fa5a61524179cd39792441f78a62b Mon Sep 17 00:00:00 2001
From: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
Date: Thu, 1 Feb 2018 11:08:18 -0600
Subject: [PATCH 2002/2002] opae: add Kconfig and Makefile
Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
---
drivers/Makefile | 1 +
drivers/fpga/Kconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/drivers/Makefile b/drivers/Makefile
index 46053df6f069..48b6d693e752 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -183,6 +183,7 @@ obj-$(CONFIG_ANDROID) += android/
obj-$(CONFIG_NVMEM) += nvmem/
obj-$(CONFIG_FPGA) += fpga/
obj-$(CONFIG_AAL) += fpga/aal/
+obj-$(CONFIG_FPGA_INTEL_OPAE) += fpga/intel/
obj-$(CONFIG_FSI) += fsi/
obj-$(CONFIG_TEE) += tee/
obj-$(CONFIG_MULTIPLEXER) += mux/
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index fb1998091d77..25ccdeb489d3 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -117,6 +117,7 @@ config XILINX_PR_DECOUPLER
region of the FPGA from the busses while that region is
being reprogrammed during partial reconfig.
+source "drivers/fpga/intel/Kconfig"
source "drivers/fpga/aal/Kconfig"
endif # FPGA
--
2.16.1