aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-02-27 17:05:55 +0100
committerTom Rini <trini@konsulko.com>2024-03-02 14:29:36 -0500
commitf9aabd457930f5569297f8a0c4449b9768c1e0cf (patch)
tree69cb63364febf5e704d6f6cfb556914ccef9b80f /drivers/clk
parent65abdd1978341beea257c4b6c2584efeb2f3654d (diff)
downloadu-boot-f9aabd457930f5569297f8a0c4449b9768c1e0cf.zip
u-boot-f9aabd457930f5569297f8a0c4449b9768c1e0cf.tar.gz
u-boot-f9aabd457930f5569297f8a0c4449b9768c1e0cf.tar.bz2
ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS
Rename ARCH_RMOBILE to ARCH_RENESAS because all the chips are made by Renesas, while only a subset of them is from the R-Mobile line. Use the following command to perform the rename: " $ git grep -l 'ARCH_RMOBILE' | xargs -I {} sed -i 's@ARCH_RMOBILE@ARCH_RENESAS@g' {} " Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/renesas/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig
index e9296ed..a093027 100644
--- a/drivers/clk/renesas/Kconfig
+++ b/drivers/clk/renesas/Kconfig
@@ -1,6 +1,6 @@
config CLK_RENESAS
bool "Renesas clock drivers"
- depends on CLK && ARCH_RMOBILE
+ depends on CLK && ARCH_RENESAS
help
Enable support for clock present on Renesas SoCs.