Álvaro Fernández Rojas | 98a97a8 | 2017-04-25 00:39:20 +0200 | [diff] [blame^] | 1 | menu "Broadcom MIPS platforms" |
| 2 | depends on ARCH_BMIPS |
| 3 | |
| 4 | config SYS_SOC |
| 5 | default "none" |
| 6 | |
| 7 | choice |
| 8 | prompt "Boot mode" |
| 9 | |
| 10 | config BMIPS_BOOT_RAM |
| 11 | bool "RAM boot" |
| 12 | depends on BMIPS_SUPPORTS_BOOT_RAM |
| 13 | help |
| 14 | This builds an image that is linked to a RAM address. It can be used |
| 15 | for booting from CFE via TFTP using an ELF image, but it can also be |
| 16 | booted from RAM by other bootloaders using a BIN image. |
| 17 | |
| 18 | endchoice |
| 19 | |
| 20 | config BMIPS_SUPPORTS_BOOT_RAM |
| 21 | bool |
| 22 | |
| 23 | endmenu |