Kconfig 837 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. if TARGET_APALIS_T30
  2. config SYS_BOARD
  3. default "apalis_t30"
  4. config SYS_VENDOR
  5. default "toradex"
  6. config SYS_CONFIG_NAME
  7. default "apalis_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. config APALIS_T30_PCIE_EVALBOARD_INIT
  20. bool "Apalis Evaluation Board PCIe Initialisation"
  21. help
  22. Bring up the Apalis type specific 4 lane PCIe port as well as the
  23. Apalis PCIe port with the PCIe switch as found on the Apalis
  24. Evaluation board. Note that by default both those ports are also left
  25. disabled in the device tree which needs changing as well for this to
  26. actually work.
  27. source "board/toradex/common/Kconfig"
  28. endif