Kconfig 314 B

123456789101112131415161718192021
  1. if ORION5X
  2. choice
  3. prompt "Marvell Orion board select"
  4. optional
  5. config TARGET_EDMINIV2
  6. bool "LaCie Ethernet Disk mini V2"
  7. select SUPPORT_SPL
  8. endchoice
  9. config SYS_SOC
  10. default "orion5x"
  11. source "board/LaCie/edminiv2/Kconfig"
  12. config SPL_LDSCRIPT
  13. default "$(CPUDIR)/orion5x/u-boot-spl.lds" if ORION5X
  14. endif