10 lines
288 B
Plaintext
10 lines
288 B
Plaintext
# Copyright (c) 2022 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_SMARTBOND
|
|
bool "Renesas SmartBond(tm) SPI driver"
|
|
default y
|
|
depends on DT_HAS_RENESAS_SMARTBOND_SPI_ENABLED
|
|
help
|
|
Enables SPI driver for Renesas SmartBond(tm) DA1469x series MCU.
|