aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-02-14 16:29:45 -0500
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-03-06 01:36:04 -0500
commit69c9ae5041309553472ee798d7683be31bcdc434 (patch)
treed0f7b328a4ad603d735fb88cc7f123c1685dcd12
parentac8616e4c81dded650dfade49a7da283565d37ce (diff)
clk: sunxi: ccu-sun5i needs nkmp
A randconfig build ran into this rare link error: drivers/clk/sunxi-ng/ccu-sun5i.o:(.data.__compound_literal.1+0x4): undefined reference to `ccu_nkmp_ops' drivers/clk/sunxi-ng/ccu-sun5i.o:(.data.__compound_literal.7+0x4): undefined reference to `ccu_nkmp_ops' This adds the missing 'select'. Fixes: 5e73761786d6 ("clk: sunxi-ng: Add sun5i CCU driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r--drivers/clk/sunxi-ng/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig
index 695bbf9ef428..72109d2cf41b 100644
--- a/drivers/clk/sunxi-ng/Kconfig
+++ b/drivers/clk/sunxi-ng/Kconfig
@@ -80,6 +80,7 @@ config SUN6I_A31_CCU
80 select SUNXI_CCU_DIV 80 select SUNXI_CCU_DIV
81 select SUNXI_CCU_NK 81 select SUNXI_CCU_NK
82 select SUNXI_CCU_NKM 82 select SUNXI_CCU_NKM
83 select SUNXI_CCU_NKMP
83 select SUNXI_CCU_NM 84 select SUNXI_CCU_NM
84 select SUNXI_CCU_MP 85 select SUNXI_CCU_MP
85 select SUNXI_CCU_PHASE 86 select SUNXI_CCU_PHASE