aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pasemi/Makefile
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2007-05-13 00:50:41 +1000
committerPaul Mackerras <paulus@samba.org>2007-06-25 16:58:05 +1000
commit8fa336d889caa72637e0860f53fa40ef66dcceaf (patch)
tree49d7340e01512639d2e610c1630ecd124e4220c6 /arch/powerpc/platforms/pasemi/Makefile
parent[POWERPC] Use mktime in timer sysdev (diff)
downloadlinux-dev-8fa336d889caa72637e0860f53fa40ef66dcceaf.tar.xz
linux-dev-8fa336d889caa72637e0860f53fa40ef66dcceaf.zip
[POWERPC] pasemi: Electra IDE/pata_platform glue
Glue code to hook up the pata_platform on the PA Semi Electra eval board. CFE sets up device tree entries for the IDE interface, with device type 'ide' and compatible field 'electra-ide'. We unfortunately need to modify the resources before calling the generic platform driver, since the device tree only has one register window in it and the driver expects two. Adding this as an of_platform driver instead doesn't give us any benefit, it just adds one more layer of register/probe functions. Since CONFIG_PATA_PLATFORM depends on CONFIG_EMBEDDED, add that as a default for PPC_PASEMI. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/pasemi/Makefile')
-rw-r--r--arch/powerpc/platforms/pasemi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pasemi/Makefile b/arch/powerpc/platforms/pasemi/Makefile
index 2cd2a4f26a48..f47fcac7e581 100644
--- a/arch/powerpc/platforms/pasemi/Makefile
+++ b/arch/powerpc/platforms/pasemi/Makefile
@@ -1,3 +1,4 @@
obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o
obj-$(CONFIG_PPC_PASEMI_MDIO) += gpio_mdio.o
+obj-$(CONFIG_ELECTRA_IDE) += electra_ide.o
obj-$(CONFIG_PPC_PASEMI_CPUFREQ) += cpufreq.o