Kconfig 155 B

123456789101112
  1. if TARGET_IMX31_PHYCORE
  2. config SYS_BOARD
  3. default "imx31_phycore"
  4. config SYS_SOC
  5. default "mx31"
  6. config SYS_CONFIG_NAME
  7. default "imx31_phycore"
  8. endif