mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 08:35:21 +00:00
All drivers require DTS for their primary SPI settings. Removing SPI_[0-9]_NAME config option added some more samples changes. Usage of these options there was anyway not relevant. Fixes #11064 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
# Kconfig - MCUXpresso SDK SPI
|
|
#
|
|
# Copyright (c) 2016, Freescale Semiconductor, Inc.
|
|
# Copyright (c) 2017, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig SPI_MCUX_DSPI
|
|
bool "MCUX SPI driver"
|
|
depends on HAS_MCUX && CLOCK_CONTROL
|
|
help
|
|
Enable support for mcux spi driver.
|