Commit 180ee043 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] move PCIBIOS access help text

From: "Randy.Dunlap" <rddunlap@osdl.org>

Moves PCI BIOS Access Mode help text to its top level instead of under
PCI_GOBIOS (which is only 1 of 4 possible choices).
parent 75fac6dd
......@@ -1055,9 +1055,6 @@ choice
prompt "PCI access mode"
depends on PCI && !X86_VISWS
default PCI_GOANY
config PCI_GOBIOS
bool "BIOS"
---help---
On PCI systems, the BIOS can be used to detect the PCI devices and
determine their configuration. However, some old PCI motherboards
......@@ -1073,6 +1070,9 @@ config PCI_GOBIOS
direct access method and falls back to the BIOS if that doesn't
work. If unsure, go with the default, which is "Any".
config PCI_GOBIOS
bool "BIOS"
config PCI_GOMMCONFIG
bool "MMConfig"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment