diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-04-04 08:54:15 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-05-20 10:04:28 -0400 |
commit | f023f8dd59bf93e29e9b9bd98a92eeef43b1a32a (patch) | |
tree | 404224a1a4b000b37cf5955d9090d0fe247eef20 /arch/arm/Kconfig | |
parent | f722406faae2d073cc1d01063d1123c35425939e (diff) |
cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreq
This patch moves cpufreq driver of Samsung's ARM based
s3c24xx platform to drivers/cpufreq.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d423d58f938d..f6762794fbb4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -2053,53 +2053,6 @@ menu "CPU Power Management" | |||
2053 | 2053 | ||
2054 | if ARCH_HAS_CPUFREQ | 2054 | if ARCH_HAS_CPUFREQ |
2055 | source "drivers/cpufreq/Kconfig" | 2055 | source "drivers/cpufreq/Kconfig" |
2056 | |||
2057 | config CPU_FREQ_S3C | ||
2058 | bool | ||
2059 | help | ||
2060 | Internal configuration node for common cpufreq on Samsung SoC | ||
2061 | |||
2062 | config CPU_FREQ_S3C24XX | ||
2063 | bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)" | ||
2064 | depends on ARCH_S3C24XX && CPU_FREQ | ||
2065 | select CPU_FREQ_S3C | ||
2066 | help | ||
2067 | This enables the CPUfreq driver for the Samsung S3C24XX family | ||
2068 | of CPUs. | ||
2069 | |||
2070 | For details, take a look at <file:Documentation/cpu-freq>. | ||
2071 | |||
2072 | If in doubt, say N. | ||
2073 | |||
2074 | config CPU_FREQ_S3C24XX_PLL | ||
2075 | bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)" | ||
2076 | depends on CPU_FREQ_S3C24XX | ||
2077 | help | ||
2078 | Compile in support for changing the PLL frequency from the | ||
2079 | S3C24XX series CPUfreq driver. The PLL takes time to settle | ||
2080 | after a frequency change, so by default it is not enabled. | ||
2081 | |||
2082 | This also means that the PLL tables for the selected CPU(s) will | ||
2083 | be built which may increase the size of the kernel image. | ||
2084 | |||
2085 | config CPU_FREQ_S3C24XX_DEBUG | ||
2086 | bool "Debug CPUfreq Samsung driver core" | ||
2087 | depends on CPU_FREQ_S3C24XX | ||
2088 | help | ||
2089 | Enable s3c_freq_dbg for the Samsung S3C CPUfreq core | ||
2090 | |||
2091 | config CPU_FREQ_S3C24XX_IODEBUG | ||
2092 | bool "Debug CPUfreq Samsung driver IO timing" | ||
2093 | depends on CPU_FREQ_S3C24XX | ||
2094 | help | ||
2095 | Enable s3c_freq_iodbg for the Samsung S3C CPUfreq core | ||
2096 | |||
2097 | config CPU_FREQ_S3C24XX_DEBUGFS | ||
2098 | bool "Export debugfs for CPUFreq" | ||
2099 | depends on CPU_FREQ_S3C24XX && DEBUG_FS | ||
2100 | help | ||
2101 | Export status information via debugfs. | ||
2102 | |||
2103 | endif | 2056 | endif |
2104 | 2057 | ||
2105 | source "drivers/cpuidle/Kconfig" | 2058 | source "drivers/cpuidle/Kconfig" |