From: Mark Brown Date: Sat, 5 Jul 2014 11:49:30 +0000 (+0100) Subject: spi/rockchip: Add dependencies on relaxed I/O accessors X-Git-Tag: Ubuntu-5.10.0-12.13~16497^2~1^5~7 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c15369087ae5c7db7f3e3604822eac6ab87429bd;p=mirror_ubuntu-hirsute-kernel.git spi/rockchip: Add dependencies on relaxed I/O accessors Without the dependencies for the accessors the driver can be enabled on architectures where it will fail to build. Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index f41431331c3e..79ace88030c4 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -384,6 +384,7 @@ config SPI_PXA2XX_PCI config SPI_ROCKCHIP tristate "Rockchip SPI controller driver" + depends on ARM || ARM64 || AVR32 || HEXAGON || MIPS || SUPERH help This selects a driver for Rockchip SPI controller.