diff options
author | Kim Phillips | 2008-01-25 03:46:21 +0100 |
---|---|---|
committer | Kumar Gala | 2008-01-28 15:33:02 +0100 |
commit | 05a07af67658c31f1e9d2dbfcb3f455109e09a34 (patch) | |
tree | 9c4243293cc6f791b39138d58c819d5ca31a8fc9 /drivers | |
parent | [POWERPC] 83xx: Add the MPC8315E RDB dts (diff) | |
download | kernel-qcow2-linux-05a07af67658c31f1e9d2dbfcb3f455109e09a34.tar.gz kernel-qcow2-linux-05a07af67658c31f1e9d2dbfcb3f455109e09a34.tar.xz kernel-qcow2-linux-05a07af67658c31f1e9d2dbfcb3f455109e09a34.zip |
[POWERPC] 83xx: 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 <Chang-Ming.Huang@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ata/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 64b4964d57e7..75939dd06295 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. |