Kconfig 211 B

123456789101112131415161718
  1. if TARGET_DISPLAY5
  2. config SYS_CPU
  3. default "armv7"
  4. config SYS_BOARD
  5. default "display5"
  6. config SYS_VENDOR
  7. default "liebherr"
  8. config SYS_SOC
  9. default "mx6"
  10. config SYS_CONFIG_NAME
  11. default "display5"
  12. endif