Skip to content

Commit b545b9c

Browse files
andy-shevbebarino
authored andcommitted
clk: Drop duplicate selection in Kconfig
There is no need to select RATIONAL in individual drivers, since common clock symbol does it already. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent b3a9e3b commit b545b9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/clk/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ config COMMON_CLK_SI5351
120120
tristate "Clock driver for SiLabs 5351A/B/C"
121121
depends on I2C
122122
select REGMAP_I2C
123-
select RATIONAL
124123
help
125124
This driver supports Silicon Labs 5351A/B/C programmable clock
126125
generators.
@@ -162,7 +161,6 @@ config COMMON_CLK_CDCE706
162161
tristate "Clock driver for TI CDCE706 clock synthesizer"
163162
depends on I2C
164163
select REGMAP_I2C
165-
select RATIONAL
166164
help
167165
This driver supports TI CDCE706 programmable 3-PLL clock synthesizer.
168166

0 commit comments

Comments
 (0)