mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	This patch adds support for stm32f7 family & stm32f746 board. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			269 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			269 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if STM32
 | |
| 
 | |
| config STM32F4
 | |
| 	bool "stm32f4 family"
 | |
| 
 | |
| config STM32F1
 | |
| 	bool "stm32f1 family"
 | |
| 
 | |
| config STM32F7
 | |
| 	bool "stm32f7 family"
 | |
| 
 | |
| source "arch/arm/mach-stm32/stm32f4/Kconfig"
 | |
| source "arch/arm/mach-stm32/stm32f1/Kconfig"
 | |
| source "arch/arm/mach-stm32/stm32f7/Kconfig"
 | |
| 
 | |
| endif
 |