diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2006-12-07 18:14:16 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-09 17:39:29 -0500 |
commit | 155d2916d9474f81178f501664499f40833c59b2 (patch) | |
tree | 46973693fae80deb0138ea7f801baeab152dbbbd /drivers/ata/Kconfig | |
parent | 9b13b682a68d5bcf09c75da73d4e61d92eba4c84 (diff) |
[PATCH] libata: Add support for the MPC52xx ATA controller
This patch adds initial libata support for the Freescale
MPC5200 integrated IDE controller.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index afbd61575da6..f72b3415d75f 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -350,6 +350,15 @@ config PATA_MARVELL | |||
350 | 350 | ||
351 | If unsure, say N. | 351 | If unsure, say N. |
352 | 352 | ||
353 | config PATA_MPC52xx | ||
354 | tristate "Freescale MPC52xx SoC internal IDE" | ||
355 | depends on PPC_MPC52xx | ||
356 | help | ||
357 | This option enables support for integrated IDE controller | ||
358 | of the Freescale MPC52xx SoC. | ||
359 | |||
360 | If unsure, say N. | ||
361 | |||
353 | config PATA_MPIIX | 362 | config PATA_MPIIX |
354 | tristate "Intel PATA MPIIX support" | 363 | tristate "Intel PATA MPIIX support" |
355 | depends on PCI | 364 | depends on PCI |