mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	riscv: Fix use of undefined config option CONFIG_CONFIG_MMU
In Kconfig files, config options are written without the CONFIG_ prefix.
Fixes: 6bd33e1ece ("riscv: add nommu support")
Signed-off-by: Andreas Schwab <schwab@suse.de>
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
			
			
This commit is contained in:
		
							parent
							
								
									7e0165b2f1
								
							
						
					
					
						commit
						0312a3d4b4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -154,7 +154,7 @@ config GENERIC_HWEIGHT | |||
| 	def_bool y | ||||
| 
 | ||||
| config FIX_EARLYCON_MEM | ||||
| 	def_bool CONFIG_MMU | ||||
| 	def_bool MMU | ||||
| 
 | ||||
| config PGTABLE_LEVELS | ||||
| 	int | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Andreas Schwab
						Andreas Schwab