You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
425 B
15 lines
425 B
# NUMAKER SPI Driver configuration options |
|
|
|
# Copyright (c) 2023 Nuvoton Technology Corporation. |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config SPI_NUMAKER |
|
bool "Nuvoton NuMaker MCU SPI driver" |
|
default y |
|
select HAS_NUMAKER_SPI |
|
select PINCTRL |
|
depends on DT_HAS_NUVOTON_NUMAKER_SPI_ENABLED |
|
help |
|
This option enables the SPI driver for Nuvoton NuMaker family of |
|
processors. |
|
Say y if you wish to enable NuMaker SPI.
|
|
|