Skip to content

Commit 5dcc0ef

Browse files
sudeep-hollabebarino
authored andcommitted
clk: Drop unused COMMON_CLK_STM32MP157_SCMI config
Commit 21e7433 ("clk: stm32mp1: new compatible for secure RCC support") introduced a new Kconfig option COMMON_CLK_STM32MP157_SCMI which is not used anywhere. Further, it looks like this Kconfig option is just to select bunch of other options which doesn't sound correct to me. There is no need for another SCMI firmware based clock driver and hence the same applies for the config option too. Let us just drop the unused COMMON_CLK_STM32MP157_SCMI before it gives someone idea to write a specific clock driver for this SoC/platform. Cc: Etienne Carriere <etienne.carriere@foss.st.com> Cc: Gabriel Fernandez <gabriel.fernandez@foss.st.com> Cc: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Link: https://lore.kernel.org/r/20211015150043.140793-1-sudeep.holla@arm.com Reviewed-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 810251b commit 5dcc0ef

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

drivers/clk/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -339,16 +339,6 @@ config COMMON_CLK_STM32MP157
339339
help
340340
Support for stm32mp157 SoC family clocks
341341

342-
config COMMON_CLK_STM32MP157_SCMI
343-
bool "stm32mp157 Clock driver with Trusted Firmware"
344-
depends on COMMON_CLK_STM32MP157
345-
select COMMON_CLK_SCMI
346-
select ARM_SCMI_PROTOCOL
347-
default y
348-
help
349-
Support for stm32mp157 SoC family clocks with Trusted Firmware using
350-
SCMI protocol.
351-
352342
config COMMON_CLK_STM32F
353343
def_bool COMMON_CLK && (MACH_STM32F429 || MACH_STM32F469 || MACH_STM32F746)
354344
help

0 commit comments

Comments
 (0)