Kconfig 447 B

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