diff options
author | Paul Brook <paul@codesourcery.com> | 2009-11-20 00:21:33 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-11-22 21:27:40 +0000 |
commit | 1dfe3943e9f74cf55a8c84238b8d1a9d3486387f (patch) | |
tree | a81d9633ea89b2b8c6b1947cbdbf0ffe89f712a9 /default-configs | |
parent | abd0c6bda0c89f36528e1a7efac99277607a5280 (diff) | |
download | qemu-1dfe3943e9f74cf55a8c84238b8d1a9d3486387f.tar.gz |
DS1338 RTC
Implement MAXIM SD1338 RTC+NVRAM.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/arm-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index 35d2cb9c9c..c1b7496c0f 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -22,3 +22,4 @@ CONFIG_SSI=y CONFIG_SSI_SD=y CONFIG_LAN9118=y CONFIG_SMC91C111=y +CONFIG_DS1338=y |