Kconfig 441 B

123456789101112131415161718192021222324252627
  1. if TARGET_THUNDERX_88XX
  2. config SYS_CPU
  3. string
  4. default "armv8"
  5. config SYS_BOARD
  6. string
  7. default "thunderx"
  8. config SYS_VENDOR
  9. string
  10. default "cavium"
  11. config SYS_CONFIG_NAME
  12. string
  13. default "thunderx_88xx"
  14. config CMD_ATF
  15. bool "Enable ATF query commands"
  16. default y
  17. help
  18. Enable vendor specific ATF query commands such as SPI and SD/MMC
  19. devices access, low level environment query, boot device layout
  20. and node count.
  21. endif