aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2020-12-30 00:16:20 +0100
committerLokesh Vutla <lokeshvutla@ti.com>2021-01-12 10:58:05 +0530
commit52b61c944ce536f975d095d4fa32d8bb656661fd (patch)
tree3783d9ce71d76bc52117275ed37472e3e48dfd94 /drivers/clk/Kconfig
parentabdf1a357124b257971b05159f332c7f1f3e9ff8 (diff)
downloadu-boot-52b61c944ce536f975d095d4fa32d8bb656661fd.zip
u-boot-52b61c944ce536f975d095d4fa32d8bb656661fd.tar.gz
u-boot-52b61c944ce536f975d095d4fa32d8bb656661fd.tar.bz2
clk: move clk-ti-sci driver to 'ti' directory
The patch moves the clk-ti-sci.c file to the 'ti' directory along with all the other TI's drivers, and renames it clk-sci.c. Signed-off-by: Dario Binacchi <dariobin@libero.it>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 9e54929..db06f27 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -98,14 +98,6 @@ config CLK_STM32F
This clock driver adds support for RCC clock management
for STM32F4 and STM32F7 SoCs.
-config CLK_TI_SCI
- bool "TI System Control Interface (TI SCI) clock driver"
- depends on CLK && TI_SCI_PROTOCOL && OF_CONTROL
- help
- This enables the clock driver support over TI System Control Interface
- available on some new TI's SoCs. If you wish to use clock resources
- managed by the TI System Controller, say Y here. Otherwise, say N.
-
config CLK_HSDK
bool "Enable cgu clock driver for HSDK boards"
depends on CLK && TARGET_HSDK