Kconfig 581 B

1234567891011121314151617181920
  1. if MIPS_GENERIC
  2. config LEGACY_BOARDS
  3. bool
  4. help
  5. Select this from your board if the board must use a legacy, non-UHI,
  6. boot protocol. This will cause the kernel to scan through the list of
  7. supported machines calling their detect functions in turn if the
  8. kernel is booted without being provided with an FDT via the UHI
  9. boot protocol.
  10. config LEGACY_BOARD_SEAD3
  11. bool "Support MIPS SEAD-3 boards"
  12. select LEGACY_BOARDS
  13. help
  14. Enable this to include support for booting on MIPS SEAD-3 FPGA-based
  15. development boards, which boot using a legacy boot protocol.
  16. endif