diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-05-22 22:29:40 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-06-07 15:32:16 +0200 |
commit | b5e53469f35f8f295ae6bbb66604580fc02cfcf4 (patch) | |
tree | 1a0896a1bbe583e8066dd570c739e5282ce87cf0 /drivers/clk | |
parent | f2fe1b640f8d5c3567ea1088544bf55e4d9654d8 (diff) | |
download | linux-b5e53469f35f8f295ae6bbb66604580fc02cfcf4.tar.gz linux-b5e53469f35f8f295ae6bbb66604580fc02cfcf4.tar.bz2 linux-b5e53469f35f8f295ae6bbb66604580fc02cfcf4.zip |
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>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/sunxi-ng/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig index a384c695b388..67acef3d2494 100644 --- a/drivers/clk/sunxi-ng/Kconfig +++ b/drivers/clk/sunxi-ng/Kconfig @@ -121,6 +121,7 @@ config SUN8I_A83T_CCU select SUNXI_CCU_DIV select SUNXI_CCU_GATE select SUNXI_CCU_MP + select SUNXI_CCU_MULT select SUNXI_CCU_MUX select SUNXI_CCU_NKMP select SUNXI_CCU_NM |