Kconfig 243 B

123456789101112131415161718
  1. if ARCH_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. endif