ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unset
[sfrench/cifs-2.6.git] / include / acpi / platform / aclinux.h
index 7451b3bca83a842bf9d632f1f4cd0898882daafe..e3d21d014fcc62ce1afbc0d76cc7400c6445daab 100644 (file)
 
 /* Kernel specific ACPICA configuration */
 
+#ifdef CONFIG_PCI
+#define ACPI_PCI_CONFIGURED
+#endif
+
 #ifdef CONFIG_ACPI_REDUCED_HARDWARE_ONLY
 #define ACPI_REDUCED_HARDWARE 1
 #endif