Kconfig.vega 689 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright (c) 2018 Foundries.io
  2. # SPDX-License-Identifier: Apache-2.0
  3. config VEGA_SDK_HAL
  4. bool "RV32M1 VEGA SDK support"
  5. depends on SOC_OPENISA_RV32M1_RISCV32
  6. config HAS_RV32M1_LPUART
  7. bool
  8. help
  9. Set if the low power uart (LPUART) module is present in the SoC.
  10. config HAS_RV32M1_LPI2C
  11. bool
  12. help
  13. Set if the low power i2c (LPI2C) module is present in the SoC.
  14. config HAS_RV32M1_LPSPI
  15. bool
  16. help
  17. Set if the low power spi (LPSPI) module is present in the SoC.
  18. config HAS_RV32M1_TPM
  19. bool
  20. help
  21. Set if the Timer/PWM (TPM) module is present in the SoC.
  22. config HAS_RV32M1_FTFX
  23. bool
  24. help
  25. Set if the flash memory (FTFA, FTFE, or FTFL) module is present in
  26. the SoC.