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