Kconfig 177 B

1234567891011121314
  1. if TARGET_DRA7XX_EVM
  2. config SYS_BOARD
  3. default "dra7xx"
  4. config SYS_VENDOR
  5. default "ti"
  6. config SYS_CONFIG_NAME
  7. default "dra7xx_evm"
  8. source "board/ti/common/Kconfig"
  9. endif