diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-30 13:44:37 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-16 09:26:05 +0100 |
commit | 349619f064f9f75cfb6b698e7268cf5971ffe145 (patch) | |
tree | 5c1bd4fc3ce31f9c79f2267010a7d39943cce1b4 /drivers/cpufreq/Kconfig.arm | |
parent | ARM: sa1100: remove irda references (diff) | |
download | linux-349619f064f9f75cfb6b698e7268cf5971ffe145.tar.xz linux-349619f064f9f75cfb6b698e7268cf5971ffe145.zip |
cpufreq: remove sa1100 driver
The sa11xx platform has two cpufreq drivers, one for the older
StrongARM1100 SoC, and a second one for StrongARM1110. After
the removal of most SA1100 based machines, this driver is unused,
and only the sa1110-cpufreq driver remains.
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/cpufreq/Kconfig.arm')
-rw-r--r-- | drivers/cpufreq/Kconfig.arm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm index 0a0352d8fa45..d514c8e47bad 100644 --- a/drivers/cpufreq/Kconfig.arm +++ b/drivers/cpufreq/Kconfig.arm @@ -286,9 +286,6 @@ config ARM_S5PV210_CPUFREQ If in doubt, say N. -config ARM_SA1100_CPUFREQ - bool - config ARM_SA1110_CPUFREQ bool |