aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2013-02-14 08:56:20 +0000
committerKevin O'Connor <kevin@koconnor.net>2013-02-15 22:47:35 -0500
commit5cf799be76ec7febbe332641f7feb2b76300b6ba (patch)
tree1186d082ebcc4955b41a014da58a4105d3a4c22b
parent97dce0f9ce3b1a215c0f2e186fd35d0de7be5528 (diff)
downloadseabios-5cf799be76ec7febbe332641f7feb2b76300b6ba.tar.gz
Make CONFIG_OPTIONROMS_DEPLOYED depend on CONFIG_QEMU
Potentially we could even kill it off completely, since it only works with old versions of Qemu. But it can stay for now as long as it doesn't offend me in the CSM build... Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 4ddf9da..6c9ab5f 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -300,7 +300,7 @@ menu "BIOS interfaces"
help
Support finding and running option roms during POST.
config OPTIONROMS_DEPLOYED
- depends on OPTIONROMS
+ depends on OPTIONROMS && QEMU
bool "Option roms are already at 0xc0000-0xf0000"
default n
help