All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: Drop unnecessary dependencies on relaxed I/O accessors
@ 2016-04-30  7:01 Axel Lin
       [not found] ` <1461999668.6497.2.camel-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2016-04-30  7:01 UTC (permalink / raw)
  To: Mark Brown; +Cc: Tony Lindgren, Addy Ke, linux-spi-u79uwXL29TY76Z2rM5mHXA

The relaxed I/O accessors are available on all architectures now.

Signed-off-by: Axel Lin <axel.lin-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
---
 drivers/spi/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 2a357f6..8259bf7 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -410,7 +410,6 @@ config SPI_OMAP_UWIRE
 config SPI_OMAP24XX
 	tristate "McSPI driver for OMAP"
 	depends on HAS_DMA
-	depends on ARM || ARM64 || AVR32 || HEXAGON || MIPS || SUPERH
 	depends on ARCH_OMAP2PLUS || COMPILE_TEST
 	help
 	  SPI master controller for OMAP24XX and later Multichannel SPI
@@ -481,7 +480,6 @@ 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.
 
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-02 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-30  7:01 [PATCH] spi: Drop unnecessary dependencies on relaxed I/O accessors Axel Lin
     [not found] ` <1461999668.6497.2.camel-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
2016-05-02 15:47   ` Applied "spi: Drop unnecessary dependencies on relaxed I/O accessors" to the spi tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.