Re: [PATCH] clk: npcm: select CONFIG_AUXILIARY_BUS

From: Stephen Boyd
Date: Thu Aug 14 2025 - 17:41:58 EST


Quoting Arnd Bergmann (2025-08-07 00:22:37)
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> There are very rare randconfig builds that turn on this driver but
> don't already select CONFIG_AUXILIARY_BUS from another driver, and
> this results in a build failure:
>
> arm-linux-gnueabi-ld: drivers/clk/clk-npcm8xx.o: in function `npcm8xx_clock_driver_init':
> clk-npcm8xx.c:(.init.text+0x18): undefined reference to `__auxiliary_driver_register'
>
> Select the bus here, as all other clk drivers using it do.
>
> Fixes: e0b255df027e ("clk: npcm8xx: add clock controller")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---

Applied to clk-next