]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t
authorArnd Bergmann <arnd@arndb.de>
Mon, 22 May 2017 20:29:40 +0000 (22:29 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 7 Jun 2017 13:32:16 +0000 (15:32 +0200)
commitb5e53469f35f8f295ae6bbb66604580fc02cfcf4
tree1a0896a1bbe583e8066dd570c739e5282ce87cf0
parentf2fe1b640f8d5c3567ea1088544bf55e4d9654d8
clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t

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

drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.1+0x4): undefined reference to `ccu_mult_ops'
drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.3+0x4): undefined reference to `ccu_mult_ops'

Fixes: 46b492116666 ("clk: sunxi-ng: Add driver for A83T CCU")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
drivers/clk/sunxi-ng/Kconfig