diff options
| author | Paolo Bonzini | 2019-01-25 06:48:56 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2019-03-07 21:45:53 +0100 |
| commit | c3a98aa54c734dcb7a36d193c6330d8f04d4bf8e (patch) | |
| tree | a6035ba138512c2d14abfd4ccd1c4c299b2181d7 /default-configs/mips-softmmu-common.mak | |
| parent | minikconfig: implement allnoconfig and defconfig modes (diff) | |
| download | qemu-c3a98aa54c734dcb7a36d193c6330d8f04d4bf8e.tar.gz qemu-c3a98aa54c734dcb7a36d193c6330d8f04d4bf8e.tar.xz qemu-c3a98aa54c734dcb7a36d193c6330d8f04d4bf8e.zip | |
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/mips-softmmu-common.mak')
| -rw-r--r-- | default-configs/mips-softmmu-common.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/mips-softmmu-common.mak b/default-configs/mips-softmmu-common.mak index ded74980e1..331bdc5c18 100644 --- a/default-configs/mips-softmmu-common.mak +++ b/default-configs/mips-softmmu-common.mak @@ -41,3 +41,4 @@ CONFIG_MALTA=y CONFIG_MIPSSIM=y CONFIG_ACPI_SMBUS=y CONFIG_SMBUS_EEPROM=y +CONFIG_TEST_DEVICES=y |
