]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commitdiff
Make CONFIG_OPTIONROMS_DEPLOYED depend on CONFIG_QEMU
authorDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 14 Feb 2013 08:56:20 +0000 (08:56 +0000)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 16 Feb 2013 03:47:35 +0000 (22:47 -0500)
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>
src/Kconfig

index 4ddf9da84c430631289570ac500a633d077dd24c..6c9ab5f9d74d28d91204b1cfe3654fdceae037e2 100644 (file)
@@ -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