PCI: pci-label: Fix build failure when CONFIG_NLS is set to 'm' by allmodconfig
[pandora-kernel.git] / drivers / pci / Kconfig
index c8ff646..0fa466a 100644 (file)
@@ -88,4 +88,6 @@ config PCI_IOAPIC
        depends on HOTPLUG
        default y
 
-select NLS if (DMI || ACPI)
+config PCI_LABEL
+       def_bool y if (DMI || ACPI)
+       select NLS