Kconfig 288 B

1234567891011121314151617
  1. # Copyright (c) 2016 Open-RnD Sp. z o.o.
  2. # SPDX-License-Identifier: Apache-2.0
  3. config SOC_FAMILY_ACTS
  4. bool
  5. select HAS_SEGGER_RTT
  6. select BUILD_OUTPUT_HEX
  7. if SOC_FAMILY_ACTS
  8. config SOC_FAMILY
  9. string
  10. default "actions"
  11. source "soc/arm/actions/*/Kconfig.soc"
  12. endif # SOC_FAMILY_ACTS