From: Yuan Yao Date: Wed, 28 Oct 2015 09:41:59 +0000 (+0800) Subject: spi: Add DSPI support for layerscape family X-Git-Tag: v4.14-rc1~4408^2~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a60adafb95263d63dfaaf7168680c4b7e50b370;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 4887f31..bb41bd5 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -304,7 +304,7 @@ config SPI_FSL_SPI config SPI_FSL_DSPI tristate "Freescale DSPI controller" select REGMAP_MMIO - depends on SOC_VF610 || SOC_LS1021A || COMPILE_TEST + depends on SOC_VF610 || SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST help This enables support for the Freescale DSPI controller in master mode. VF610 platform uses the controller.