mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	MIPS: Allow suspend and hibernation again on uniprocessor kernels.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Acked-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:
		
							parent
							
								
									cad9bc6904
								
							
						
					
					
						commit
						3f5b3e17f7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2168,11 +2168,11 @@ menu "Power management options" | |||
| 
 | ||||
| config ARCH_HIBERNATION_POSSIBLE | ||||
| 	def_bool y | ||||
| 	depends on SYS_SUPPORTS_HOTPLUG_CPU | ||||
| 	depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP | ||||
| 
 | ||||
| config ARCH_SUSPEND_POSSIBLE | ||||
| 	def_bool y | ||||
| 	depends on SYS_SUPPORTS_HOTPLUG_CPU | ||||
| 	depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP | ||||
| 
 | ||||
| source "kernel/power/Kconfig" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Ralf Baechle
						Ralf Baechle