mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	This copies files from files-4.14 to files-4.19 directory in order to get clear diffs for any changes done from now on. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> [added missing commit description, refreshed ea8500 and wpq864 DTS] Signed-off-by: Petr Štetiar <ynezz@true.cz>
		
			
				
	
	
		
			30 lines
		
	
	
		
			975 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			975 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 04ca10340f1b4d92e849724d322a7ca225d11539 Mon Sep 17 00:00:00 2001
 | 
						|
From: Lina Iyer <lina.iyer@linaro.org>
 | 
						|
Date: Wed, 25 Mar 2015 14:25:29 -0600
 | 
						|
Subject: [PATCH 59/69] ARM: cpuidle: Add cpuidle support for QCOM cpus
 | 
						|
 | 
						|
Define ARM_QCOM_CPUIDLE config item to enable cpuidle support.
 | 
						|
 | 
						|
Cc: Stephen Boyd <sboyd@codeaurora.org>
 | 
						|
Cc: Arnd Bergmann <arnd@arndb.de>
 | 
						|
Cc: Kevin Hilman <khilman@linaro.org>
 | 
						|
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
 | 
						|
Signed-off-by: Lina Iyer <lina.iyer@linaro.org>
 | 
						|
---
 | 
						|
 drivers/cpuidle/Kconfig.arm | 7 +++++++
 | 
						|
 1 file changed, 7 insertions(+)
 | 
						|
 | 
						|
--- a/drivers/cpuidle/Kconfig.arm
 | 
						|
+++ b/drivers/cpuidle/Kconfig.arm
 | 
						|
@@ -75,3 +75,10 @@ config ARM_MVEBU_V7_CPUIDLE
 | 
						|
 	depends on ARCH_MVEBU && !ARM64
 | 
						|
 	help
 | 
						|
 	  Select this to enable cpuidle on Armada 370, 38x and XP processors.
 | 
						|
+
 | 
						|
+config ARM_QCOM_CPUIDLE
 | 
						|
+	bool "CPU Idle Driver for QCOM processors"
 | 
						|
+	depends on ARCH_QCOM
 | 
						|
+	select ARM_CPUIDLE
 | 
						|
+	help
 | 
						|
+	  Select this to enable cpuidle on QCOM processors.
 |