introduces a basic SPI driver for CH32 series Signed-off-by: Camille BAUD <mail@massdriver.space>
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
# Copyright (c) 2025 MASSDRIVER EI (massdriver.space)
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_WCH
|
|
bool "WCH SPI Controller"
|
|
default y
|
|
depends on DT_HAS_WCH_SPI_ENABLED
|
|
help
|
|
Enable the SPI peripherals on CH32s
|