Date:2011-06-19 17:47:02 (12 years 9 months ago)
Author:Maarten ter Huurne
Commit:f0c8e57d30f15ab5cc3a5f4c49b6ed8adbd7c480
Message:MIPS: JZ4740: cpufreq: select CPU_FREQ_TABLE

The driver calls cpufreq_frequency_table_target() unconditionally.
Also changed the indentation to tabs, which seems to be the norm.
Files: arch/mips/kernel/cpufreq/Kconfig (1 diff)

Change Details

arch/mips/kernel/cpufreq/Kconfig
3636      If in doubt, say N.
3737
3838config CPU_FREQ_JZ
39        tristate "CPUfreq driver for JZ CPUs"
40        depends on MACH_JZ4740
41        default n
42        help
43          This enables the CPUfreq driver for JZ CPUs.
39    tristate "CPUfreq driver for JZ CPUs"
40    select CPU_FREQ_TABLE
41    depends on MACH_JZ4740
42    default n
43    help
44      This enables the CPUfreq driver for JZ CPUs.
4445
45          If in doubt, say N.
46      If in doubt, say N.
4647
4748endif # CPU_FREQ
4849

Archive Download the corresponding diff file



interactive