diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2013-02-14 08:56:20 +0000 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-02-15 22:47:35 -0500 |
commit | 5cf799be76ec7febbe332641f7feb2b76300b6ba (patch) | |
tree | 1186d082ebcc4955b41a014da58a4105d3a4c22b /src/Kconfig | |
parent | 97dce0f9ce3b1a215c0f2e186fd35d0de7be5528 (diff) | |
download | seabios-hppa-5cf799be76ec7febbe332641f7feb2b76300b6ba.zip seabios-hppa-5cf799be76ec7febbe332641f7feb2b76300b6ba.tar.gz seabios-hppa-5cf799be76ec7febbe332641f7feb2b76300b6ba.tar.bz2 |
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>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 2 |
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 |