android_kernel_xiaomi_sm7250/drivers/pci
Kristen Carlson Accardi b5240b32b9 ACPIPHP: allow acpiphp to build without ACPI_DOCK
Change the build options for acpiphp so that it may build without being
dependent on the ACPI_DOCK option, but yet does not allow the option of
acpiphp being built-in when dock is built as a module.
This does not change the previous patch for ACPI_IBM_DOCK Kconfig.

For the following matrix of config options, I built an i386 kernel.

Dock		acpiphp		should it build?	confirmed
y		y		y			y
y		n		y			y
y		m		y			y
m		y		no - acpiphp should	acpiphp was 
				     convert to m	converted to m
m		n		y			y
m		m		y			y
n		y		y			y
n		n		y			y
n		m		y			y


Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2006-08-16 01:00:07 -04:00
..
hotplug ACPIPHP: allow acpiphp to build without ACPI_DOCK 2006-08-16 01:00:07 -04:00
pcie PCIE: cleanup on probe error 2006-08-03 13:20:06 -07:00
.gitignore
access.c
bus.c
hotplug.c
Kconfig
Makefile
msi-altix.c
msi-apic.c
msi.c [PATCH] msi: Only keep one msi_desc in each slab entry. 2006-07-12 12:52:55 -07:00
msi.h
pci-acpi.c
pci-driver.c
pci-sysfs.c
pci.c [PATCH] PCI: PCIE power management quirk 2006-07-12 16:05:48 -07:00
pci.h [PATCH] PCI: PCIE power management quirk 2006-07-12 16:05:48 -07:00
probe.c
proc.c
quirks.c PCI: Unhide the SMBus on Asus PU-DLS 2006-08-03 13:20:06 -07:00
remove.c
rom.c
search.c PCI: pci/search: EXPORTs cannot be __devinit 2006-08-03 13:20:06 -07:00
setup-bus.c
setup-irq.c
setup-res.c
syscall.c