diff options
| author | liguang | 2013-12-17 20:42:37 +0100 |
|---|---|---|
| committer | Peter Maydell | 2013-12-17 21:12:51 +0100 |
| commit | 3589de8c971df29562fcaf2d9b04f0886aff4866 (patch) | |
| tree | 9858d791ed2ab955fc3955e731e6bfe55922f26a /default-configs | |
| parent | vmstate: Add support for an array of ptimer_state * (diff) | |
| download | qemu-3589de8c971df29562fcaf2d9b04f0886aff4866.tar.gz qemu-3589de8c971df29562fcaf2d9b04f0886aff4866.tar.xz qemu-3589de8c971df29562fcaf2d9b04f0886aff4866.zip | |
hw/timer: add allwinner a10 timer
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 1387159292-10436-3-git-send-email-lig.fnst@cn.fujitsu.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'default-configs')
| -rw-r--r-- | default-configs/arm-softmmu.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index 2135be317b..14c68b490b 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -83,3 +83,5 @@ CONFIG_VERSATILE_I2C=y CONFIG_SDHCI=y CONFIG_INTEGRATOR_DEBUG=y + +CONFIG_ALLWINNER_A10_PIT=y |
