diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-10-08 21:52:11 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-10-08 21:52:11 -0400 |
commit | 1bfcc76878044ae58d405ff23c4cbc6a25d5e894 (patch) | |
tree | 2068daee7908b61e84bd9ebe93ab53187ce24645 /src/config.h | |
parent | b8bf14aee5ed8186d3013ae3fc8175ba0de24d9d (diff) | |
download | seabios-1bfcc76878044ae58d405ff23c4cbc6a25d5e894.tar.gz |
Remove CONFIG_KVM compile option.
Qemu and KVM should use the same bios build. All differences should be
handled in runtime.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index e93b0806..fa0dd1d8 100644 --- a/src/config.h +++ b/src/config.h @@ -12,8 +12,6 @@ #define CONFIG_APPNAME6 "BOCHS " #define CONFIG_APPNAME4 "BXPC" -// Configure for use with KVM. -#define CONFIG_KVM 0 // Configure as a coreboot payload. #define CONFIG_COREBOOT 0 |