]> git.baikalelectronics.ru Git - kernel.git/commit
clk: Drop unused COMMON_CLK_STM32MP157_SCMI config
authorSudeep Holla <sudeep.holla@arm.com>
Fri, 15 Oct 2021 15:00:43 +0000 (16:00 +0100)
committerStephen Boyd <sboyd@kernel.org>
Thu, 6 Jan 2022 01:23:01 +0000 (17:23 -0800)
commitd32744b632d64c55c124f5dba2984187757dad03
tree7ec1a7b8f9d9f28558648c1f09095f201472e289
parentb93d2b3800073c232b6af0d2f9f5d29ac39a7277
clk: Drop unused COMMON_CLK_STM32MP157_SCMI config

Commit f517f788caaa ("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>
drivers/clk/Kconfig