This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-28 22:02:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
81c4b5bf30
linux
/
drivers
/
soc
/
xilinx
/
Makefile
3 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
soc: xilinx: Create folder structure for soc specific drivers Create directory structure with Makefile/Kconfig for adding xilinx soc specific drivers. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2017-12-19 13:15:25 +00:00
# SPDX-License-Identifier: GPL-2.0
soc: xilinx: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driver Xilinx ZYNQMP logicoreIP Init driver is based on the new LogiCoreIP design created. This driver provides the processing system and programmable logic isolation. Set the frequency based on the clock information get from the logicoreIP register set. Signed-off-by: Dhaval Shah <dshah@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2017-12-21 18:33:06 +00:00
obj-$(CONFIG_XILINX_VCU)
+=
xlnx_vcu.o
Reference in New Issue
Copy Permalink