Kconfig 163 B

123456789101112
  1. if TARGET_PHYCORE_IMX8MM
  2. config SYS_BOARD
  3. default "phycore_imx8mm"
  4. config SYS_VENDOR
  5. default "phytec"
  6. config SYS_CONFIG_NAME
  7. default "phycore_imx8mm"
  8. endif