2019-11-01 20:45:29 +08:00
|
|
|
# MCUXpresso SDK SPI
|
|
|
|
|
2016-11-29 06:19:14 +08:00
|
|
|
# Copyright (c) 2016, Freescale Semiconductor, Inc.
|
|
|
|
# Copyright (c) 2017, NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config 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.
|