Skip to content

Commit e9bd04e

Browse files
bijudasbroonie
authored andcommitted
regulator: raa215300: Add build dependency with COMMON_CLK
The COMMON_CLK config is not enabled in some of the architectures. This causes build issues. Fix these issues by adding build dependency. ERROR: modpost: "clk_unregister_fixed_rate" [drivers/regulator/raa215300.ko] undefined! ERROR: modpost: "clk_register_fixed_rate" [drivers/regulator/raa215300.ko] undefined! Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Biju Das <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 54e47ea commit e9bd04e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/regulator/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,7 @@ config REGULATOR_QCOM_USB_VBUS
10361036
config REGULATOR_RAA215300
10371037
tristate "Renesas RAA215300 driver"
10381038
select REGMAP_I2C
1039+
depends on COMMON_CLK
10391040
depends on I2C
10401041
help
10411042
Support for the Renesas RAA215300 PMIC.

0 commit comments

Comments
 (0)