mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 02:11:25 +01:00 
			
		
		
		
	ARM: socfpga: use "select" instead of default value in defconfig
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
							parent
							
								
									b507c5e6d2
								
							
						
					
					
						commit
						1d9aa3e5aa
					
				@ -631,11 +631,17 @@ config TARGET_SOCFPGA_ARRIA5
 | 
				
			|||||||
	bool "Support socfpga_arria5"
 | 
						bool "Support socfpga_arria5"
 | 
				
			||||||
	select CPU_V7
 | 
						select CPU_V7
 | 
				
			||||||
	select SUPPORT_SPL
 | 
						select SUPPORT_SPL
 | 
				
			||||||
 | 
						select DM
 | 
				
			||||||
 | 
						select DM_SPI_FLASH
 | 
				
			||||||
 | 
						select DM_SPI
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config TARGET_SOCFPGA_CYCLONE5
 | 
					config TARGET_SOCFPGA_CYCLONE5
 | 
				
			||||||
	bool "Support socfpga_cyclone5"
 | 
						bool "Support socfpga_cyclone5"
 | 
				
			||||||
	select CPU_V7
 | 
						select CPU_V7
 | 
				
			||||||
	select SUPPORT_SPL
 | 
						select SUPPORT_SPL
 | 
				
			||||||
 | 
						select DM
 | 
				
			||||||
 | 
						select DM_SPI_FLASH
 | 
				
			||||||
 | 
						select DM_SPI
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config ARCH_SUNXI
 | 
					config ARCH_SUNXI
 | 
				
			||||||
	bool "Support sunxi (Allwinner) SoCs"
 | 
						bool "Support sunxi (Allwinner) SoCs"
 | 
				
			||||||
 | 
				
			|||||||
@ -3,6 +3,3 @@ CONFIG_ARM=y
 | 
				
			|||||||
CONFIG_TARGET_SOCFPGA_ARRIA5=y
 | 
					CONFIG_TARGET_SOCFPGA_ARRIA5=y
 | 
				
			||||||
CONFIG_OF_CONTROL=y
 | 
					CONFIG_OF_CONTROL=y
 | 
				
			||||||
CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria5_socdk"
 | 
					CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria5_socdk"
 | 
				
			||||||
CONFIG_DM=y
 | 
					 | 
				
			||||||
CONFIG_DM_SPI=y
 | 
					 | 
				
			||||||
CONFIG_DM_SPI_FLASH=y
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -3,6 +3,3 @@ CONFIG_ARM=y
 | 
				
			|||||||
CONFIG_TARGET_SOCFPGA_CYCLONE5=y
 | 
					CONFIG_TARGET_SOCFPGA_CYCLONE5=y
 | 
				
			||||||
CONFIG_OF_CONTROL=y
 | 
					CONFIG_OF_CONTROL=y
 | 
				
			||||||
CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socdk"
 | 
					CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socdk"
 | 
				
			||||||
CONFIG_DM=y
 | 
					 | 
				
			||||||
CONFIG_DM_SPI=y
 | 
					 | 
				
			||||||
CONFIG_DM_SPI_FLASH=y
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -3,6 +3,3 @@ CONFIG_ARM=y
 | 
				
			|||||||
CONFIG_TARGET_SOCFPGA_CYCLONE5=y
 | 
					CONFIG_TARGET_SOCFPGA_CYCLONE5=y
 | 
				
			||||||
CONFIG_OF_CONTROL=y
 | 
					CONFIG_OF_CONTROL=y
 | 
				
			||||||
CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socrates"
 | 
					CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socrates"
 | 
				
			||||||
CONFIG_DM=y
 | 
					 | 
				
			||||||
CONFIG_DM_SPI=y
 | 
					 | 
				
			||||||
CONFIG_DM_SPI_FLASH=y
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user