From: Haikun Wang Date: Fri, 24 Apr 2015 10:41:17 +0000 (+0800) Subject: spi: Kconfig: Add SOC_LS1021A to SPI_FSL_DSPI dependence X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=50574dd2f63ed0afc3b666da27eb7062d26a39c5;p=linux-beck.git spi: Kconfig: Add SOC_LS1021A to SPI_FSL_DSPI dependence LS1021A chip also has the DSPI module. Add it to the dependence. Signed-off-by: Haikun Wang Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ab8dfbef6f1b..d63719ceed45 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -303,7 +303,7 @@ config SPI_FSL_SPI config SPI_FSL_DSPI tristate "Freescale DSPI controller" select REGMAP_MMIO - depends on SOC_VF610 || COMPILE_TEST + depends on SOC_VF610 || SOC_LS1021A || COMPILE_TEST help This enables support for the Freescale DSPI controller in master mode. VF610 platform uses the controller.