On Mon, 2021-08-23 at 23:58 +0000, Jacky Bai wrote: [...] > > > diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig index > > > b81d6437ed95..0d1e3a6ac32a 100644 > > > --- a/drivers/clk/imx/Kconfig > > > +++ b/drivers/clk/imx/Kconfig > > > @@ -102,5 +102,6 @@ config CLK_IMX8QXP config CLK_IMX8ULP > > > tristate "IMX8ULP CCM Clock Driver" > > > depends on ARCH_MXC || COMPILE_TEST > > > + select RESET_CONTROLLER > > > > This shouldn't be required anymore, devm_reset_controller_register() has a > > stub since commit 48a74b1147f7 ("reset: Add compile-test stubs"). > > So we don't need to select 'RESET_CONTROLLER' explicitly, right? Right. regards Philipp