Kconfig 533 B

123456789101112131415161718192021222324252627282930313233343536
  1. if TARGET_VERDIN_IMX8MM
  2. config SYS_BOARD
  3. default "verdin-imx8mm"
  4. config SYS_VENDOR
  5. default "toradex"
  6. config SYS_CONFIG_NAME
  7. default "verdin-imx8mm"
  8. config TDX_CFG_BLOCK
  9. default y
  10. config TDX_CFG_BLOCK_EXTRA
  11. default y
  12. config TDX_HAVE_MMC
  13. default y
  14. config TDX_HAVE_EEPROM_EXTRA
  15. default y
  16. config TDX_CFG_BLOCK_DEV
  17. default "0"
  18. config TDX_CFG_BLOCK_PART
  19. default "1"
  20. # Toradex config block in eMMC, at the end of 1st "boot sector"
  21. config TDX_CFG_BLOCK_OFFSET
  22. default "-512"
  23. source "board/toradex/common/Kconfig"
  24. endif