2016-11-29 06:19:14 +08:00
|
|
|
# Kconfig - MCUXpresso SDK SPI
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016, Freescale Semiconductor, Inc.
|
|
|
|
# Copyright (c) 2017, NXP
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2017-03-01 02:12:50 +08:00
|
|
|
menuconfig SPI_MCUX_DSPI
|
2017-06-21 15:16:25 +08:00
|
|
|
bool "MCUX SPI driver"
|
2018-04-17 05:35:02 +08:00
|
|
|
depends on HAS_MCUX && CLOCK_CONTROL
|
2016-11-29 06:19:14 +08:00
|
|
|
help
|
2018-02-15 21:36:16 +08:00
|
|
|
Enable support for mcux spi driver.
|