Kconfig 391 B

123456789101112131415161718192021222324252627282930
  1. if TARGET_HRCON
  2. config SYS_BOARD
  3. default "mpc8308"
  4. config SYS_VENDOR
  5. default "gdsys"
  6. config SYS_CONFIG_NAME
  7. default "hrcon"
  8. endif
  9. if TARGET_STRIDER
  10. config SYS_BOARD
  11. default "mpc8308"
  12. config SYS_VENDOR
  13. default "gdsys"
  14. config SYS_CONFIG_NAME
  15. default "strider"
  16. endif
  17. config CMD_IOLOOP
  18. bool "Enable 'ioloop' and 'ioreflect' commands"
  19. help
  20. These commands provide FPGA tests.