linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/9] enable FSL SATA driver config for Freescale SoCs
@ 2008-01-25  2:46 Kim Phillips
  2008-01-25 16:04 ` Kumar Gala
  2008-01-25 21:23 ` Kumar Gala
  0 siblings, 2 replies; 4+ messages in thread
From: Kim Phillips @ 2008-01-25  2:46 UTC (permalink / raw)
  To: linuxppc-dev, Kumar Gala; +Cc: Jerry Huang

The mpc8315 shares the same SATA controller as the mpc837x,
and likelihood is that future SoCs from Freescale will also.

Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
---
Kumar, let me know if you want me to post this to the ata list (I'm
assuming it's not necessary).

 drivers/ata/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 64b4964..75939dd 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -184,7 +184,7 @@ config PATA_ACPI
 
 config SATA_FSL
 	tristate "Freescale 3.0Gbps SATA support"
-	depends on PPC_MPC837x
+	depends on FSL_SOC
 	help
 	  This option enables support for Freescale 3.0Gbps SATA controller.
 	  It can be found on MPC837x and MPC8315.
-- 
1.5.2.2

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

end of thread, other threads:[~2008-01-29  0:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-25  2:46 [PATCH 4/9] enable FSL SATA driver config for Freescale SoCs Kim Phillips
2008-01-25 16:04 ` Kumar Gala
2008-01-25 17:38   ` Kim Phillips
2008-01-25 21:23 ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).