Kconfig 238 B

123456789101112131415161718
  1. if TARGET_LS2080AQDS
  2. config SYS_BOARD
  3. default "ls2080aqds"
  4. config SYS_VENDOR
  5. default "freescale"
  6. config SYS_SOC
  7. default "fsl-layerscape"
  8. config SYS_CONFIG_NAME
  9. default "ls2080aqds"
  10. source "board/freescale/common/Kconfig"
  11. endif