commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=ad0eb6800d062b82dae4c2084520b7be77b51721 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
Also bf5xx spi controller driver should't work on bf6xx platform. Signed-off-by: Scott Jiang <[email protected]> --- drivers/spi/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 637373c..aef67dc 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -76,13 +76,13 @@ config SPI_ATMEL config SPI_BFIN5XX tristate "SPI controller driver for ADI Blackfin5xx" - depends on BLACKFIN + depends on BLACKFIN && !BF60x help This is the SPI controller master driver for Blackfin 5xx processor. config SPI_BFIN6XX tristate "SPI controller driver for ADI Blackfin6xx" - depends on BLACKFIN + depends on BLACKFIN && BF60x help This is the SPI controller master driver for Blackfin 6xx processor.
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
