projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a9e3b
)
clk: Drop duplicate selection in Kconfig
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Sun, 14 Jun 2020 11:51:40 +0000
(14:51 +0300)
committer
Stephen Boyd
<sboyd@kernel.org>
Sat, 11 Jul 2020 16:24:40 +0000
(09:24 -0700)
There is no need to select RATIONAL in individual drivers,
since common clock symbol does it already.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link:
https://lore.kernel.org/r/20200614115140.41262-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/clk/Kconfig
b/drivers/clk/Kconfig
index 69934c0c3dd85f49d69a4f79b5d03eb31a640b27..42301ebf06e96565d463d0071ce494d853f334d8 100644
(file)
--- a/
drivers/clk/Kconfig
+++ b/
drivers/clk/Kconfig
@@
-120,7
+120,6
@@
config COMMON_CLK_SI5351
tristate "Clock driver for SiLabs 5351A/B/C"
depends on I2C
select REGMAP_I2C
- select RATIONAL
help
This driver supports Silicon Labs 5351A/B/C programmable clock
generators.
@@
-162,7
+161,6
@@
config COMMON_CLK_CDCE706
tristate "Clock driver for TI CDCE706 clock synthesizer"
depends on I2C
select REGMAP_I2C
- select RATIONAL
help
This driver supports TI CDCE706 programmable 3-PLL clock synthesizer.