Commit de594a9f authored by Andrey Filippov's avatar Andrey Filippov

adding drivers/elphel

parent 6e92c50c
Index: git/drivers/Kconfig
===================================================================
--- git.orig/drivers/Kconfig 2013-12-19 21:21:09.941007583 -0700
+++ git/drivers/Kconfig 2013-12-20 22:33:10.105948560 -0700
@@ -170,4 +170,6 @@
source "drivers/reset/Kconfig"
+source "drivers/elphel/Kconfig"
+
endmenu
Index: git/drivers/Makefile
===================================================================
--- git.orig/drivers/Makefile 2013-12-19 21:21:09.941007583 -0700
+++ git/drivers/Makefile 2013-12-20 22:32:20.929948050 -0700
@@ -156,3 +156,5 @@
obj-y += xilinx_common/
obj-$(CONFIG_PMODS) += pmods/
+
+obj-$(CONFIG_ELPHEL393) += elphel/
......@@ -3,9 +3,10 @@ FILESEXTRAPATHS_append := "${THISDIR}/linux-xlnx:"
SRC_URI_append += " file://xilinx_nandps_elphel393.patch"
SRC_URI_append += " file://xilinx_emacps.c.patch"
SRC_URI_append += " file://si5338_vsc330x.patch"
SRC_URI_append += " file://drivers-elphel.patch"
# Kernel version and SRCREV correspond to:
# github.com/Xilinx/linux-xlnx.git xilinx-v14.7 tag
# Kernel version and SRCREV correspond to:
# github.com/Xilinx/linux-xlnx.git xilinx-v14.7 tag
SRCREV = "efc27505715e64526653f35274717c0fc56491e3"
linux-elphel_label= "git://git.code.sf.net/p/elphel/linux-elphel"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment