On Fri, 25 Jan 2008 10:04:08 -0600 Kumar Gala <[EMAIL PROTECTED]> wrote:
> > On Jan 24, 2008, at 8:46 PM, Kim Phillips wrote: > > > 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 <[EMAIL PROTECTED]> > > Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> > > --- > > Kumar, let me know if you want me to post this to the ata list (I'm > > assuming it's not necessary). > > It is necessary so they are aware. CC jgarizk, but we'll take it via > powerpc. > > - k > ok, cc'ing Jeff, linux-ide here: From: Kim Phillips <[EMAIL PROTECTED]> Date: Thu, 24 Jan 2008 01:49:24 -0600 Subject: [PATCH] enable FSL SATA driver config for Freescale SoCs 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 <[EMAIL PROTECTED]> Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- 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 - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html