summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@debian.org>2008-09-17 17:55:25 -0400
committerAndres Salomon <dilinger@debian.org>2008-09-17 17:55:25 -0400
commit65748d168a0c553890a2cd65e9856a5725dc86e8 (patch)
treef4a78404050716c6d9b4623c44fde3d5c580ce43
parent658c681b23bec459726d81af5b795a1b15d0eef4 (diff)
downloadlwn-65748d168a0c553890a2cd65e9856a5725dc86e8.tar.gz
lwn-65748d168a0c553890a2cd65e9856a5725dc86e8.zip
config: fix up generated debian config wrt PCI stuff
PCI_GOANY was broken without a backported patch.. Signed-off-by: Andres Salomon <dilinger@debian.org>
-rw-r--r--arch/x86/configs/debian.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/configs/debian.config b/arch/x86/configs/debian.config
index 1a8efc6f8d14..bb81e2de5823 100644
--- a/arch/x86/configs/debian.config
+++ b/arch/x86/configs/debian.config
@@ -383,11 +383,12 @@ CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
-CONFIG_PCI_GOANY=y
# CONFIG_PCI_GOOLPC is not set
+CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
+CONFIG_PCI_OLPC=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=m