File tree Expand file tree Collapse file tree 9 files changed +14
-59
lines changed Expand file tree Collapse file tree 9 files changed +14
-59
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,14 @@ config XILINX_VCU
1717 To compile this driver as a module, choose M here: the
1818 module will be called xlnx_vcu.
1919
20+ config COMMON_CLK_XLNX_CLKWZRD
21+ tristate "Xilinx Clocking Wizard"
22+ depends on COMMON_CLK && OF
23+ help
24+ Support for the Xilinx Clocking Wizard IP core clock generator.
25+ Adds support for clocking wizard and compatible.
26+ This driver supports the Xilinx clocking wizard programmable clock
27+ synthesizer. The number of output is configurable in the design.
28+
29+ If unsure, say N.
30+
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0
22obj-$(CONFIG_XILINX_VCU) += xlnx_vcu.o
3+ obj-$(CONFIG_COMMON_CLK_XLNX_CLKWZRD) += clk-xlnx-clock-wizard.o
Original file line number Diff line number Diff line change 22/*
33 * Xilinx 'Clocking Wizard' driver
44 *
5- * Copyright (C) 2013 - 2014 Xilinx
5+ * Copyright (C) 2013 - 2021 Xilinx
66 *
77 * Sören Brinkmann <[email protected] > 8+ *
89 */
910
1011#include <linux/platform_device.h>
Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ source "drivers/staging/gdm724x/Kconfig"
6262
6363source "drivers/staging/fwserial/Kconfig"
6464
65- source "drivers/staging/clocking-wizard/Kconfig"
66-
6765source "drivers/staging/fbtft/Kconfig"
6866
6967source "drivers/staging/most/Kconfig"
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ obj-$(CONFIG_MFD_NVEC) += nvec/
2121obj-$(CONFIG_STAGING_BOARD) += board/
2222obj-$(CONFIG_LTE_GDM724X) += gdm724x/
2323obj-$(CONFIG_FIREWIRE_SERIAL) += fwserial/
24- obj-$(CONFIG_COMMON_CLK_XLNX_CLKWZRD) += clocking-wizard/
2524obj-$(CONFIG_FB_TFT) += fbtft/
2625obj-$(CONFIG_MOST) += most/
2726obj-$(CONFIG_KS7010) += ks7010/
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments