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