Kconfig 315 B

1234567891011121314151617181920212223
  1. if TARGET_COLIBRI_PXA270
  2. config SYS_BOARD
  3. default "colibri_pxa270"
  4. config SYS_VENDOR
  5. default "toradex"
  6. config SYS_CONFIG_NAME
  7. default "colibri_pxa270"
  8. config TDX_CFG_BLOCK
  9. default y
  10. config TDX_HAVE_NOR
  11. default y
  12. config TDX_CFG_BLOCK_OFFSET
  13. default "262144"
  14. source "board/toradex/common/Kconfig"
  15. endif