diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-23 14:56:12 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | 9533dcdd416530a0d72140c122bf90517b6c81eb (patch) | |
tree | bac7c738fa7e48b14eb3635d5586590472853de8 /hw/arm/Kconfig | |
parent | 1550b0e6bfe3ab6985e5ad75df1c528a0ca39468 (diff) | |
download | qemu-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/arm/Kconfig')
-rw-r--r-- | hw/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 9eab67b..d298fbd 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -4,9 +4,11 @@ config ARM_VIRT config DIGIC bool + select PTIMER config EXYNOS4 bool + select PTIMER config HIGHBANK bool @@ -19,6 +21,7 @@ config MAINSTONE config MUSICPAL bool + select PTIMER config NETDUINO2 bool @@ -94,6 +97,7 @@ config NRF51_SOC config MSF2 bool + select PTIMER config ZAURUS bool |