|  | @@ -204,7 +204,6 @@ config ADK_TARGET_KERNEL_GIT_REPO
 | 
	
		
			
				|  |  |  	default "https://git.phytec.de/git/linux-ti.git" if ADK_TARGET_SYSTEM_PHYTEC_WEGA
 | 
	
		
			
				|  |  |  	default "https://github.com/m-labs/linux-milkymist.git" if ADK_TARGET_ARCH_LM32
 | 
	
		
			
				|  |  |  	default "https://github.com/c-sky/linux-4.9.y.git" if ADK_TARGET_ARCH_CSKY
 | 
	
		
			
				|  |  | -	default "https://github.com/riscv/riscv-linux.git" if ADK_TARGET_ARCH_RISCV32 || ADK_TARGET_ARCH_RISCV64
 | 
	
		
			
				|  |  |  	default "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
 | 
	
		
			
				|  |  |  	help
 | 
	
		
			
				|  |  |  	  GIT repository to use.
 | 
	
	
		
			
				|  | @@ -214,7 +213,6 @@ config ADK_TARGET_KERNEL_GIT_REPO_NAME
 | 
	
		
			
				|  |  |  	depends on ADK_TARGET_KERNEL_VERSION_GIT
 | 
	
		
			
				|  |  |  	default "csky" if ADK_TARGET_ARCH_CSKY
 | 
	
		
			
				|  |  |  	default "lm32" if ADK_TARGET_ARCH_LM32
 | 
	
		
			
				|  |  | -	default "riscv" if ADK_TARGET_ARCH_RISCV32 || ADK_TARGET_ARCH_RISCV64
 | 
	
		
			
				|  |  |  	default "rpi" if ADK_TARGET_BOARD_BCM28XX
 | 
	
		
			
				|  |  |  	default "ad" if ADK_TARGET_SYSTEM_ADSP_BF537
 | 
	
		
			
				|  |  |  	default "bb" if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
 | 
	
	
		
			
				|  | @@ -229,7 +227,6 @@ config ADK_TARGET_KERNEL_GIT
 | 
	
		
			
				|  |  |  	depends on ADK_TARGET_KERNEL_VERSION_GIT
 | 
	
		
			
				|  |  |  	default "6064a9bdf48cefbccc4f6472dd04251f0dec1931" if ADK_TARGET_ARCH_CSKY
 | 
	
		
			
				|  |  |  	default "6a2f2e4198eaff63ee75f6085ce9f966c47b4441" if ADK_TARGET_ARCH_LM32
 | 
	
		
			
				|  |  | -	default "1cd2e072bbd1a518e11b551435be0ad84a2c52af" if ADK_TARGET_ARCH_RISCV32 || ADK_TARGET_ARCH_RISCV64
 | 
	
		
			
				|  |  |  	default "cfa29b46af94d83e31aa000dbaee553f9c4d670c" if ADK_TARGET_BOARD_BCM28XX
 | 
	
		
			
				|  |  |  	default "f8d3b2a0fa5054aaed0f14cd457db9d8922bb167" if ADK_TARGET_SYSTEM_ADSP_BF537
 | 
	
		
			
				|  |  |  	default "e7c8afc1dda7b7c18596d90ad6a17ae886650b72" if ADK_TARGET_SYSTEM_KINETIS_K70
 |