diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-07-22 15:54:31 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-07-25 08:12:28 -0500 |
commit | be6d08be25d38185ab7de02fab1b2ac74991741b (patch) | |
tree | d2017a1b3797faec569990526e169e51006a7a8e /default-configs/sh4eb-softmmu.mak | |
parent | 2b8fbcd87007a170a9778ec6645c06f543977067 (diff) |
default-configs: add test device to all machines supporting ISA
This will let these machines run an endianness test for ISA
I/O port space.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1374501278-31549-22-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs/sh4eb-softmmu.mak')
-rw-r--r-- | default-configs/sh4eb-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/sh4eb-softmmu.mak b/default-configs/sh4eb-softmmu.mak index e744486ac5..2fd973ecf3 100644 --- a/default-configs/sh4eb-softmmu.mak +++ b/default-configs/sh4eb-softmmu.mak @@ -8,3 +8,4 @@ CONFIG_PFLASH_CFI02=y CONFIG_SH4=y CONFIG_IDE_MMIO=y CONFIG_SM501=y +CONFIG_ISA_TESTDEV=y |