diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-10-16 11:53:17 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-16 11:11:56 +0000 |
commit | cfce6d8934243871c4dc6d0c5248b0b27a1b8d80 (patch) | |
tree | 4223a66c35aae7f626d87ed5510798bd96ad8420 /default-configs/alpha-softmmu.mak | |
parent | 661f1929d0b9ce9af530f1806cfc6136c630d405 (diff) |
i8259: Move to hw library
No target-specific bits remaining, let's move it over.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/alpha-softmmu.mak')
-rw-r--r-- | default-configs/alpha-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/alpha-softmmu.mak b/default-configs/alpha-softmmu.mak index be86d0c4e6..bd1dd95a2a 100644 --- a/default-configs/alpha-softmmu.mak +++ b/default-configs/alpha-softmmu.mak @@ -9,3 +9,4 @@ CONFIG_IDE_CORE=y CONFIG_IDE_QDEV=y CONFIG_VMWARE_VGA=y CONFIG_IDE_CMD646=y +CONFIG_I8259=y |