8a4dbb5b03
Add driver and device tree binding for the Low Power Inter-Integrated Circuit (LPI2C) controllers found in the RV32M1 RI5CY SoC. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
18 lines
379 B
Plaintext
18 lines
379 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.
|