Kconfig 211 B

1234567891011121314151617
  1. if TARGET_AM43XX_EVM
  2. config SYS_BOARD
  3. default "am43xx"
  4. config SYS_VENDOR
  5. default "ti"
  6. config SYS_SOC
  7. default "am33xx"
  8. config SYS_CONFIG_NAME
  9. default "am43xx_evm"
  10. source "board/ti/common/Kconfig"
  11. endif