mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	The Linux kernel documentation has transitioned from using kconfig-language.txt to kconfig-language.rst. Therefore update all occurrences of kconfig-language.txt. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Kconfig:11:error: recursive dependency detected!
 | |
| Kconfig:11:	symbol B is selected by B
 | |
| For a resolution refer to Documentation/kbuild/kconfig-language.rst
 | |
| subsection "Kconfig recursive dependency limitations"
 | |
| 
 | |
| Kconfig:5:error: recursive dependency detected!
 | |
| Kconfig:5:	symbol A depends on A
 | |
| For a resolution refer to Documentation/kbuild/kconfig-language.rst
 | |
| subsection "Kconfig recursive dependency limitations"
 | |
| 
 | |
| Kconfig:17:error: recursive dependency detected!
 | |
| Kconfig:17:	symbol C1 depends on C2
 | |
| Kconfig:21:	symbol C2 depends on C1
 | |
| For a resolution refer to Documentation/kbuild/kconfig-language.rst
 | |
| subsection "Kconfig recursive dependency limitations"
 | |
| 
 | |
| Kconfig:32:error: recursive dependency detected!
 | |
| Kconfig:32:	symbol D2 is selected by D1
 | |
| Kconfig:27:	symbol D1 depends on D2
 | |
| For a resolution refer to Documentation/kbuild/kconfig-language.rst
 | |
| subsection "Kconfig recursive dependency limitations"
 | |
| 
 | |
| Kconfig:37:error: recursive dependency detected!
 | |
| Kconfig:37:	symbol E1 depends on E2
 | |
| Kconfig:42:	symbol E2 is implied by E1
 | |
| For a resolution refer to Documentation/kbuild/kconfig-language.rst
 | |
| subsection "Kconfig recursive dependency limitations"
 | |
| 
 | |
| Kconfig:60:error: recursive dependency detected!
 | |
| Kconfig:60:	symbol G depends on G
 | |
| For a resolution refer to Documentation/kbuild/kconfig-language.rst
 | |
| subsection "Kconfig recursive dependency limitations"
 | |
| 
 | |
| Kconfig:51:error: recursive dependency detected!
 | |
| Kconfig:51:	symbol F2 depends on F1
 | |
| Kconfig:49:	symbol F1 default value contains F2
 | |
| For a resolution refer to Documentation/kbuild/kconfig-language.rst
 | |
| subsection "Kconfig recursive dependency limitations"
 |