Skip to content

Commit ec4259a

Browse files
arndbrafaeljw
authored andcommitted
ARM: ux500: don't select CPUFREQ_DT
The new 'select CPUFREQ_DT' statement causes a warning in some configurations: warning: (ARCH_U8500) selects CPUFREQ_DT which has unmet direct dependencies (CPU_FREQ && HAVE_CLK && OF && (!CPU_THERMAL || THERMAL)) No other platform does this, so I think for consistency it's best if we remove it again from ux500 and instead add the driver to the defconfig. Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Linus Walleij <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent cc5a7a7 commit ec4259a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/mach-ux500/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ menuconfig ARCH_U8500
99
select ARM_GIC
1010
select CACHE_L2X0
1111
select CLKSRC_NOMADIK_MTU
12-
select CPUFREQ_DT
1312
select GPIOLIB
1413
select HAVE_ARM_SCU if SMP
1514
select HAVE_ARM_TWD if SMP

0 commit comments

Comments
 (0)