Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: Add DSPI support for layerscape family

LS1043a and LS2080A in the Layerscape family also support DSPI, make
DSPI selectable for these hardwares.

Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Yuan Yao and committed by
Mark Brown
5a60adaf fa14e47f

+1 -1
+1 -1
drivers/spi/Kconfig
··· 304 304 config SPI_FSL_DSPI 305 305 tristate "Freescale DSPI controller" 306 306 select REGMAP_MMIO 307 - depends on SOC_VF610 || SOC_LS1021A || COMPILE_TEST 307 + depends on SOC_VF610 || SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST 308 308 help 309 309 This enables support for the Freescale DSPI controller in master 310 310 mode. VF610 platform uses the controller.