aboutsummaryrefslogtreecommitdiff
path: root/hw/lm32
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-01-23 14:56:12 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 21:45:53 +0100
commit9533dcdd416530a0d72140c122bf90517b6c81eb (patch)
treebac7c738fa7e48b14eb3635d5586590472853de8 /hw/lm32
parent1550b0e6bfe3ab6985e5ad75df1c528a0ca39468 (diff)
downloadqemu-9533dcdd416530a0d72140c122bf90517b6c81eb.zip
qemu-9533dcdd416530a0d72140c122bf90517b6c81eb.tar.gz
qemu-9533dcdd416530a0d72140c122bf90517b6c81eb.tar.bz2
ptimer: express dependencies with Kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Yang Zhong <yang.zhong@intel.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190123065618.3520-39-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/lm32')
-rw-r--r--hw/lm32/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/lm32/Kconfig b/hw/lm32/Kconfig
index 84c530e..4f45840 100644
--- a/hw/lm32/Kconfig
+++ b/hw/lm32/Kconfig
@@ -1,5 +1,7 @@
config LM32
bool
+ select PTIMER
config MILKYMIST
bool
+ select PTIMER