diff options
Diffstat (limited to 'arch/mips/Kconfig')
| -rw-r--r-- | arch/mips/Kconfig | 29 | 
1 files changed, 29 insertions, 0 deletions
| diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7ea439e857c..a0317011de7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -146,7 +146,35 @@ config TARGET_BOSTON  	select SUPPORTS_CPU_MIPS64_R6  	select SUPPORT_BIG_ENDIAN  	select SUPPORT_LITTLE_ENDIAN +	imply OF_UPSTREAM +	imply BOOTSTD_FULL +	imply CLK +	imply CLK_BOSTON  	imply CMD_DM +	imply AHCI +	imply AHCI_PCI +	imply CFI_FLASH +	imply MTD_NOR_FLASH +	imply MMC +	imply MMC_PCI +	imply MMC_SDHCI +	imply MMC_SDHCI_SDMA +	imply PCH_GBE +	imply PCI +	imply PCI_XILINX +	imply PCI_INIT_R +	imply SCSI +	imply SCSI_AHCI +	imply SYS_NS16550 +	imply SYSRESET +	imply SYSRESET_CMD_POWEROFF +	imply SYSRESET_SYSCON +	imply USB +	imply USB_EHCI_HCD +	imply USB_EHCI_PCI +	imply USB_XHCI_HCD +	imply USB_XHCI_PCI +	imply CMD_USB  config TARGET_XILFPGA  	bool "Support Imagination Xilfpga" @@ -322,6 +350,7 @@ config MIPS_CACHE_DISABLE  config MIPS_RELOCATION_TABLE_SIZE  	hex "Relocation table size"  	range 0x100 0x10000 +	default "0xc000" if TARGET_MALTA  	default "0x8000"  	---help---  	  A table of relocation data will be appended to the U-Boot binary | 
