aboutsummaryrefslogtreecommitdiff
path: root/default-configs/sh4eb-softmmu.mak
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-01-25 06:48:56 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 21:45:53 +0100
commitc3a98aa54c734dcb7a36d193c6330d8f04d4bf8e (patch)
treea6035ba138512c2d14abfd4ccd1c4c299b2181d7 /default-configs/sh4eb-softmmu.mak
parentf349474920d80838ecea3d421531fdb0660b8740 (diff)
kconfig: introduce CONFIG_TEST_DEVICES
Devices that are mostly used for testing purposes (for example in endianness-test) will be moved under a new symbol CONFIG_TEST_DEVICES that can be disabled in the default-configs file. This makes it easier to drop this code from QEMU if desirable. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/sh4eb-softmmu.mak')
-rw-r--r--default-configs/sh4eb-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/sh4eb-softmmu.mak b/default-configs/sh4eb-softmmu.mak
index 3b550a5fe8..c966ccafac 100644
--- a/default-configs/sh4eb-softmmu.mak
+++ b/default-configs/sh4eb-softmmu.mak
@@ -12,6 +12,7 @@ CONFIG_SM501=y
CONFIG_I2C=y
CONFIG_DDC=y
CONFIG_ISA_TESTDEV=y
+CONFIG_TEST_DEVICES=y
CONFIG_I82378=y
CONFIG_I8259=y
CONFIG_I8254=y