Kconfig 170 B

12345678910111213141516
  1. if TARGET_MX53PPD
  2. config SYS_BOARD
  3. default "mx53ppd"
  4. config SYS_VENDOR
  5. default "ge"
  6. config SYS_SOC
  7. default "mx5"
  8. config SYS_CONFIG_NAME
  9. default "mx53ppd"
  10. endif