summaryrefslogtreecommitdiff
path: root/arch/x86/pci/Makefile
diff options
context:
space:
mode:
authorDirk Brandewie <dirk.j.brandewie@intel.com>2010-11-09 12:08:05 -0800
committerThomas Gleixner <tglx@linutronix.de>2010-11-12 00:45:41 +0100
commit91d8037f563e4a86ff8b02c994530989c7936427 (patch)
treeab831c0c58216294eeaa7867c60fd632ff5cb809 /arch/x86/pci/Makefile
parentc751e17b5371ad86cdde6cf5c0175e06f3ff0347 (diff)
ce4100: Add PCI register emulation for CE4100
This patch provides access methods for PCI registers that mis-behave on the CE4100. Each register can be assigned a private init, read and write routine. The exception to this is the bridge device. The bridge device is the only device on bus zero (0) that requires any fixup so it is a special case. [ tglx: minor coding style cleanups, __init annotation and simplification of ce4100_conf_read/write ] Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com> LKML-Reference: <40b6751381c2275dc359db5a17989cce22ad8db7.1289331834.git.dirk.brandewie@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/pci/Makefile')
-rw-r--r--arch/x86/pci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile
index effd96e33f16..6b8759f7634e 100644
--- a/arch/x86/pci/Makefile
+++ b/arch/x86/pci/Makefile
@@ -7,6 +7,7 @@ obj-$(CONFIG_PCI_OLPC) += olpc.o
obj-$(CONFIG_PCI_XEN) += xen.o
obj-y += fixup.o
+obj-$(CONFIG_X86_INTEL_CE) += ce4100.o
obj-$(CONFIG_ACPI) += acpi.o
obj-y += legacy.o irq.o