All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libata: do not limit R-Car SATA driver to shmobile
@ 2013-05-24  2:05 ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2013-05-24  2:05 UTC (permalink / raw)
  To: Tejun Heo, linux-ide, linux-sh
  Cc: Magnus Damm, Vladimir Barinov, Sergei Shtylyov, Simon Horman

The motivation for this is to allow the driver to be
used with the r8a7790 SoC.

I believe that rather than adding another SoC to the list of allowed SoCs
it is better to simply remove the dependency of the driver on shmobile all
together.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/ata/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index a5a3ebc..aba6e93 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -263,7 +263,6 @@ config SATA_PROMISE
 
 config SATA_RCAR
 	tristate "Renesas R-Car SATA support"
-	depends on ARCH_SHMOBILE && ARCH_R8A7779
 	help
 	  This option enables support for Renesas R-Car Serial ATA.
 
-- 
1.8.2.1


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

end of thread, other threads:[~2013-05-26  4:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-24  2:05 [PATCH] libata: do not limit R-Car SATA driver to shmobile Simon Horman
2013-05-24  2:05 ` Simon Horman
2013-05-24  2:34 ` Tejun Heo
2013-05-24  2:34   ` Tejun Heo
2013-05-24 18:35   ` Sergei Shtylyov
2013-05-24 18:35     ` Sergei Shtylyov
2013-05-26  4:02     ` Tejun Heo
2013-05-26  4:02       ` Tejun Heo

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.