diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-28 18:57:06 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-28 18:57:06 +0000 |
commit | 8d09e231fed1395b82227ce374dca4be32e77845 (patch) | |
tree | 74b7010e662c7b9886438f7ccdc14c593a5eea6f /src/mainboard/emulation | |
parent | 4ec4fbe0e94c173cf42fb9044a07b51d8e7fdd40 (diff) |
Fix some builds with Kconfig.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4883 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r-- | src/mainboard/emulation/qemu-x86/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-x86/Kconfig b/src/mainboard/emulation/qemu-x86/Kconfig index 98d7282542..e319d98d2f 100644 --- a/src/mainboard/emulation/qemu-x86/Kconfig +++ b/src/mainboard/emulation/qemu-x86/Kconfig @@ -20,3 +20,8 @@ config IRQ_SLOT_COUNT int default 6 depends on BOARD_EMULATION_QEMU_X86 + +config HAVE_INIT_TIMER + bool + default n + depends on BOARD_EMULATION_QEMU_X86 |