Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47333
b: refs/heads/master
c: 155d291
h: refs/heads/master
i:
  47331: dc45cdf
v: v3
  • Loading branch information
Sylvain Munaut authored and Jeff Garzik committed Feb 9, 2007
1 parent 00e5aa0 commit bd49dc8
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b13b682a68d5bcf09c75da73d4e61d92eba4c84
refs/heads/master: 155d2916d9474f81178f501664499f40833c59b2
9 changes: 9 additions & 0 deletions trunk/drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,15 @@ config PATA_MARVELL

If unsure, say N.

config PATA_MPC52xx
tristate "Freescale MPC52xx SoC internal IDE"
depends on PPC_MPC52xx
help
This option enables support for integrated IDE controller
of the Freescale MPC52xx SoC.

If unsure, say N.

config PATA_MPIIX
tristate "Intel PATA MPIIX support"
depends on PCI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/ata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ obj-$(CONFIG_PATA_NETCELL) += pata_netcell.o
obj-$(CONFIG_PATA_NS87410) += pata_ns87410.o
obj-$(CONFIG_PATA_OPTI) += pata_opti.o
obj-$(CONFIG_PATA_OPTIDMA) += pata_optidma.o
obj-$(CONFIG_PATA_MPC52xx) += pata_mpc52xx.o
obj-$(CONFIG_PATA_MARVELL) += pata_marvell.o
obj-$(CONFIG_PATA_MPIIX) += pata_mpiix.o
obj-$(CONFIG_PATA_OLDPIIX) += pata_oldpiix.o
Expand Down
Loading

0 comments on commit bd49dc8

Please sign in to comment.