2018-11-25 10:40:57 +01:00
|
|
|
# Copyright (c) 2018 Foundries.io
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 01:04:04 +02:00
|
|
|
config VEGA_SDK_HAL
|
2018-11-25 10:40:57 +01:00
|
|
|
bool "RV32M1 VEGA SDK support"
|
|
|
|
depends on SOC_OPENISA_RV32M1_RISCV32
|
2018-11-07 19:13:52 +01:00
|
|
|
|
|
|
|
config HAS_RV32M1_LPUART
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the low power uart (LPUART) module is present in the SoC.
|
2019-04-01 21:09:44 +02:00
|
|
|
|
|
|
|
config HAS_RV32M1_LPI2C
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the low power i2c (LPI2C) module is present in the SoC.
|
2019-05-22 17:07:50 +02:00
|
|
|
|
2019-08-07 17:13:35 +02:00
|
|
|
config HAS_RV32M1_LPSPI
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the low power spi (LPSPI) module is present in the SoC.
|
|
|
|
|
2019-12-03 17:08:45 +01:00
|
|
|
config HAS_RV32M1_TPM
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the Timer/PWM (TPM) module is present in the SoC.
|
|
|
|
|
2019-05-22 17:07:50 +02:00
|
|
|
config HAS_RV32M1_FTFX
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Set if the flash memory (FTFA, FTFE, or FTFL) module is present in
|
|
|
|
the SoC.
|