Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

cpufreq: OMAP: fix build errors: depends on ARCH_OMAP2PLUS

The OMAP driver needs a 'depends on ARCH_OMAP2PLUS' since it only
builds for OMAP2+ platforms.

This 'depends on' was in the original patch from Russell King, but was
erroneously removed by me when making this option user-selectable in
commit b09db45c (cpufreq: OMAP driver depends CPUfreq tables.) This
patch remedies that.

Apologies to Russell King for breaking his originally working patch.

Also, thanks to Grazvydas Ignotas for reporting the same problem.

Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Kevin Hilman and committed by
Linus Torvalds
2d59dcfb 7d93101f

+1
+1
drivers/cpufreq/Kconfig.arm
··· 4 4 5 5 config ARM_OMAP2PLUS_CPUFREQ 6 6 bool "TI OMAP2+" 7 + depends on ARCH_OMAP2PLUS 7 8 default ARCH_OMAP2PLUS 8 9 select CPU_FREQ_TABLE 9 10