diff options
-rw-r--r-- | drivers/clk/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 98ce9fc6e6c0..448ce83b334d 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig | |||
@@ -55,8 +55,10 @@ config COMMON_CLK_RK808 | |||
55 | by control register. | 55 | by control register. |
56 | 56 | ||
57 | config COMMON_CLK_HI655X | 57 | config COMMON_CLK_HI655X |
58 | tristate "Clock driver for Hi655x" | 58 | tristate "Clock driver for Hi655x" if EXPERT |
59 | depends on MFD_HI655X_PMIC || COMPILE_TEST | 59 | depends on (MFD_HI655X_PMIC || COMPILE_TEST) |
60 | depends on REGMAP | ||
61 | default MFD_HI655X_PMIC | ||
60 | ---help--- | 62 | ---help--- |
61 | This driver supports the hi655x PMIC clock. This | 63 | This driver supports the hi655x PMIC clock. This |
62 | multi-function device has one fixed-rate oscillator, clocked | 64 | multi-function device has one fixed-rate oscillator, clocked |