Re: [PATCH] clk: mmp: allow COMPILE_TEST builds
Duje Mihanović <[email protected]> Mon, 20 Jul 2026 16:46:40 +0200
| Newsgroups | dev.linux.lists.llvm,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-clk,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sunday, 19 July 2026 23:43:49 Central European Summer Time Rosen Penev wrote: [...] > diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile > index 4b2c089f46a1..8383f9f1da51 100644 > --- a/drivers/clk/Makefile > +++ b/drivers/clk/Makefile > @@ -130,7 +130,7 @@ obj-y += mediatek/ > obj-$(CONFIG_ARCH_MESON) += meson/ > obj-y += microchip/ > ifeq ($(CONFIG_COMMON_CLK), y) > -obj-$(CONFIG_ARCH_MMP) += mmp/ > +obj-$(CONFIG_COMMON_CLK_MMP) += mmp/ Could it be possible to select mmp unconditionally, like most of the other subtrees are? AFAICT, that would also require creating new Kconfig symbols for the PXA168, PXA910 and PXA1928 clocks, but I suspect it may be the more proper choice in the long term. Regards, -- Duje