Subject: [PATCH] pci: PCI_QUIRKS depends on PCI To: Thomas Petazzoni Cc: Jesse Barnes Probably the intention was to make the PCI_QUIRKS symbol depend on PCI, not its selection enabler. Signed-off-by: Geert Uytterhoeven --- init/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/init/Kconfig +++ b/init/Kconfig @@ -739,7 +739,8 @@ config VM_EVENT_COUNTERS config PCI_QUIRKS default y - bool "Enable PCI quirk workarounds" if EMBEDDED && PCI + bool "Enable PCI quirk workarounds" if EMBEDDED + depends on PCI help This enables workarounds for various PCI chipset bugs/quirks. Disable this only if your target machine is