diff options
author | Paolo Bonzini | 2019-01-23 07:56:12 +0100 |
---|---|---|
committer | Paolo Bonzini | 2019-03-07 21:45:53 +0100 |
commit | 9533dcdd416530a0d72140c122bf90517b6c81eb (patch) | |
tree | bac7c738fa7e48b14eb3635d5586590472853de8 /hw/unicore32/Kconfig | |
parent | i2c: express dependencies with Kconfig (diff) | |
download | qemu-9533dcdd416530a0d72140c122bf90517b6c81eb.tar.gz qemu-9533dcdd416530a0d72140c122bf90517b6c81eb.tar.xz qemu-9533dcdd416530a0d72140c122bf90517b6c81eb.zip |
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/unicore32/Kconfig')
-rw-r--r-- | hw/unicore32/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/unicore32/Kconfig b/hw/unicore32/Kconfig index b3cf294c04..a03a9965c2 100644 --- a/hw/unicore32/Kconfig +++ b/hw/unicore32/Kconfig @@ -1,2 +1,3 @@ config PUV3 bool + select PTIMER |