On Thu, May 18, 2017 at 5:19 AM, Arnd Bergmann <[email protected]> wrote: > The newly added PRCM CCU driver uses SUNXI_CCU_MP_WITH_MUX_GATE, which causes > a link error when no other driver enables SUNXI_CCU_MP: > > drivers/clk/built-in.o:(.data+0x5c8c8): undefined reference to `ccu_mp_ops' > > This adds an explicit 'select' statement for it. > > Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Chen-Yu Tsai <[email protected]>

