All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] spi: cadence: Remove Kconfig dependency
@ 2015-03-09  8:46 Michal Simek
  2015-03-09 18:09 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2015-03-09  8:46 UTC (permalink / raw)
  To: linux-kernel, monstr; +Cc: Mark Brown, linux-spi

Remove Kconfig dependency and enable driver for
all ARCHs.
Also update help description.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
---

Changes in v2:
- Remove ARM and ARM64 in Kconfig

Test for all archs done by Kbuild test robot without any problem.
---
 drivers/spi/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index ab8dfbef6f1b..0c008162d0af 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -159,10 +159,9 @@ config SPI_BUTTERFLY
 
 config SPI_CADENCE
 	tristate "Cadence SPI controller"
-	depends on ARM
 	help
 	  This selects the Cadence SPI controller master driver
-	  used by Xilinx Zynq.
+	  used by Xilinx Zynq and ZynqMP.
 
 config SPI_CLPS711X
 	tristate "CLPS711X host SPI controller"
-- 
1.8.2.3


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

* Re: [PATCH v2] spi: cadence: Remove Kconfig dependency
  2015-03-09  8:46 [PATCH v2] spi: cadence: Remove Kconfig dependency Michal Simek
@ 2015-03-09 18:09 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-03-09 18:09 UTC (permalink / raw)
  To: Michal Simek; +Cc: linux-kernel, monstr, linux-spi

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

On Mon, Mar 09, 2015 at 09:46:15AM +0100, Michal Simek wrote:
> Remove Kconfig dependency and enable driver for
> all ARCHs.
> Also update help description.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

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

end of thread, other threads:[~2015-03-09 18:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09  8:46 [PATCH v2] spi: cadence: Remove Kconfig dependency Michal Simek
2015-03-09 18:09 ` 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.