mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 21:45:24 +00:00
A lot of the Kconfig stuff gets copied around, so encourage a clean compact style: - Reduce license header spam - Fix some broken indentation - Turn a meaningless 'menuconfig' into a 'config' - Remove a redundant QMSI menu - Unscrunch comments: #Foo -> # Foo Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
23 lines
495 B
Plaintext
23 lines
495 B
Plaintext
# Copyright (c) 2018 Foundries.io
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig VEGA_SDK_HAL
|
|
bool "RV32M1 VEGA SDK support"
|
|
depends on SOC_OPENISA_RV32M1_RISCV32
|
|
|
|
config HAS_RV32M1_LPUART
|
|
bool
|
|
help
|
|
Set if the low power uart (LPUART) module is present in the SoC.
|
|
|
|
config HAS_RV32M1_LPI2C
|
|
bool
|
|
help
|
|
Set if the low power i2c (LPI2C) module is present in the SoC.
|
|
|
|
config HAS_RV32M1_FTFX
|
|
bool
|
|
help
|
|
Set if the flash memory (FTFA, FTFE, or FTFL) module is present in
|
|
the SoC.
|