On Thu, May 18, 2017 at 5:19 AM, Arnd Bergmann <a...@arndb.de> 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 <a...@arndb.de>
Reviewed-by: Chen-Yu Tsai <w...@csie.org>