Kconfig 410 B

1234567891011121314151617181920212223242526272829
  1. if TARGET_COLIBRI_IMX6ULL
  2. config SYS_BOARD
  3. default "colibri-imx6ull"
  4. config SYS_VENDOR
  5. default "toradex"
  6. config SYS_CONFIG_NAME
  7. default "colibri-imx6ull"
  8. config TDX_CFG_BLOCK
  9. default y
  10. config TDX_HAVE_NAND
  11. default y
  12. config TDX_CFG_BLOCK_OFFSET
  13. default "2048"
  14. config TDX_CFG_BLOCK_OFFSET2
  15. default "133120"
  16. config TDX_CFG_BLOCK_2ND_ETHADDR
  17. default y
  18. source "board/toradex/common/Kconfig"
  19. endif