hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/clk/Kconfig
....@@ -86,7 +86,7 @@
8686 config COMMON_CLK_HI655X
8787 tristate "Clock driver for Hi655x" if EXPERT
8888 depends on (MFD_HI655X_PMIC || COMPILE_TEST)
89
- depends on REGMAP
89
+ select REGMAP
9090 default MFD_HI655X_PMIC
9191 help
9292 This driver supports the hi655x PMIC clock. This
....@@ -363,6 +363,7 @@
363363 config COMMON_CLK_FIXED_MMIO
364364 bool "Clock driver for Memory Mapped Fixed values"
365365 depends on COMMON_CLK && OF
366
+ depends on HAS_IOMEM
366367 help
367368 Support for Memory Mapped IO Fixed clocks
368369