clk: sunxi-ng: select SUNXI_CCU_MULT for sun5i
authorArnd Bergmann <arnd@arndb.de>
Thu, 2 Feb 2017 14:33:57 +0000 (15:33 +0100)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 6 Feb 2017 22:48:59 +0000 (14:48 -0800)
commitf3f1ea34fe18c781c67c1b2fdba4c622e97bcf55
tree41dd3e18eeacccf7c5eec8dee945027be0bd9a7b
parent5d806f9fc8e63d7a44e0fd1ef26a7c27efae0e51
clk: sunxi-ng: select SUNXI_CCU_MULT for sun5i

We get a link error when CCU_MULT is not set with the
newly added driver:

drivers/clk/sunxi-ng/ccu-sun5i.o:(.data.__compound_literal.17+0x4): undefined reference to `ccu_mult_ops'
drivers/clk/sunxi-ng/ccu-sun5i.o:(.data.__compound_literal.5+0x4): undefined reference to `ccu_mult_ops'

Fixes: 5e73761786d6 ("clk: sunxi-ng: Add sun5i CCU driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/sunxi-ng/Kconfig