Kconfig 590 B

123456789101112131415161718192021222324252627282930313233343536
  1. if TARGET_COLIBRI_IMX7
  2. config SYS_BOARD
  3. default "colibri_imx7"
  4. config SYS_VENDOR
  5. default "toradex"
  6. config SYS_CONFIG_NAME
  7. default "colibri_imx7"
  8. config COLIBRI_IMX7_EXT_PHYCLK
  9. bool "External oscillator for Ethernet PHY clock provided"
  10. help
  11. Select this if your module provides a external Ethernet PHY
  12. clock source.
  13. default y
  14. config TDX_CFG_BLOCK
  15. default y
  16. config TDX_HAVE_NAND
  17. default y
  18. config TDX_CFG_BLOCK_OFFSET
  19. default "2048"
  20. config TDX_CFG_BLOCK_OFFSET2
  21. default "133120"
  22. config TDX_CFG_BLOCK_2ND_ETHADDR
  23. default y
  24. source "board/toradex/common/Kconfig"
  25. endif