mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 16:31:25 +01:00 
			
		
		
		
	This adds the scsi command to coreboot and qemu, to be in consistent with other x86 targets. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			29 lines
		
	
	
		
			381 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			381 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_COREBOOT
 | |
| 
 | |
| config SYS_COREBOOT
 | |
| 	bool
 | |
| 	default y
 | |
| 	imply AHCI_PCI
 | |
| 	imply E1000
 | |
| 	imply ICH_SPI
 | |
| 	imply MMC
 | |
| 	imply MMC_PCI
 | |
| 	imply MMC_SDHCI
 | |
| 	imply MMC_SDHCI_SDMA
 | |
| 	imply SCSI
 | |
| 	imply SCSI_AHCI
 | |
| 	imply SPI_FLASH
 | |
| 	imply SYS_NS16550
 | |
| 	imply USB
 | |
| 	imply USB_EHCI_HCD
 | |
| 	imply USB_XHCI_HCD
 | |
| 	imply VIDEO_COREBOOT
 | |
| 	imply CMD_CBFS
 | |
| 	imply FS_CBFS
 | |
| 
 | |
| config CBMEM_CONSOLE
 | |
| 	bool
 | |
| 	default y
 | |
| 
 | |
| endif
 |