| # SPDX-License-Identifier: GPL-2.0-only | |
| # | |
| # SPI driver configuration | |
| # | |
| if SPI | |
| config DEVICE_MODULES_SPI_MT65XX | |
| tristate "MediaTek SPI controller" | |
| depends on ARCH_MEDIATEK || COMPILE_TEST | |
| help | |
| This selects the MediaTek(R) SPI bus driver. | |
| If you want to use MediaTek(R) SPI interface, | |
| say Y or M here.If you are not sure, say N. | |
| SPI drivers for Mediatek MT65XX and MT81XX series ARM SoCs. | |
| config DEVICE_MODULES_SPI_SPIDEV | |
| tristate "MediaTek spidev" | |
| endif # SPI |