aboutsummaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-07-05 20:40:11 -0400
committerKevin O'Connor <kevin@koconnor.net>2011-07-05 20:40:11 -0400
commitb044e77d531a48302e1b43b739cf4947dbf4f162 (patch)
tree8904d8d37392226b3f36b4cc32ce4a957c0d01f6 /src/Kconfig
parent730230063c4194a1977589bba0beec6bfedb6514 (diff)
downloadseabios-b044e77d531a48302e1b43b739cf4947dbf4f162.tar.gz
Replace CONFIG_EXTRA_PCI_ROOTS with dynamic "etc/extra-pci-roots" file.
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 0ffc49e5..e732528f 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -194,17 +194,6 @@ menu "Hardware support"
help
Support parallel ports. This also enables int 17 parallel port calls.
- config EXTRA_PCI_ROOTS
- int "Number of extra root buses"
- default 0
- help
- If the target machine has multiple independent root buses
- set this to a positive value. The SeaBIOS PCI probe will
- then search for the given number of extra root buses.
-
- Most machines do not have multiple root buses and this
- setting should be zero.
-
config USE_SMM
depends on !COREBOOT
bool "System Management Mode (SMM)"