10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
# Use the SPI driver by default, unless the GPIO driver is
|
||
|
# specifically configured in.
|
||
|
config SPI
|
||
|
default y
|
||
|
|
||
|
source "Kconfig.zephyr"
|