configs: list "implied" device groups in the default configs
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 25 Jan 2024 13:00:34 +0000 (14:00 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 May 2024 13:47:47 +0000 (15:47 +0200)
Match the optional device groups to what is actually included in
the config-devices.mak files.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configs/devices/arm-softmmu/default.mak
configs/devices/loongarch64-softmmu/default.mak
configs/devices/or1k-softmmu/default.mak
configs/devices/ppc-softmmu/default.mak
configs/devices/riscv32-softmmu/default.mak
configs/devices/riscv64-softmmu/default.mak
configs/devices/xtensa-softmmu/default.mak

index 6ee31bc1ab94cd2e77b4c395eedccc7a5f1ffaa4..c1cfb3bcf75c6987acc110d0230d747d8a8ce728 100644 (file)
@@ -1,5 +1,7 @@
 # Default configuration for arm-softmmu
 
+# Uncomment the following lines to disable these optional devices:
+# CONFIG_I2C_DEVICES=n
 # CONFIG_PCI_DEVICES=n
 # CONFIG_TEST_DEVICES=n
 
index 928bc117ef781a5f64512b972b459751d08717ce..0893112b81d6c52ac1692e69912460705f5a550c 100644 (file)
@@ -1,3 +1,6 @@
 # Default configuration for loongarch64-softmmu
 
+# Uncomment the following lines to disable these optional devices:
+# CONFIG_PCI_DEVICES=n
+
 CONFIG_LOONGARCH_VIRT=y
index 89c39e31237d60b96c77d2a91acc77462420af8f..3aecdf9d738fcfb483b6dd65b7e0628789e77b17 100644 (file)
@@ -1,5 +1,9 @@
 # Default configuration for or1k-softmmu
 
+# Uncomment the following lines to disable these optional devices:
+# CONFIG_PCI_DEVICES=n
+# CONFIG_TEST_DEVICES=n
+
 # Boards:
 #
 CONFIG_OR1K_SIM=y
index b85fd2bcd7129f7c9fbea72e5d2fd39ca532487b..3061b26749af29b57c1f50b629ab705c847d5ef1 100644 (file)
@@ -1,5 +1,9 @@
 # Default configuration for ppc-softmmu
 
+# Uncomment the following lines to disable these optional devices:
+# CONFIG_PCI_DEVICES=n
+# CONFIG_TEST_DEVICES=n
+
 # For embedded PPCs:
 CONFIG_E500PLAT=y
 CONFIG_MPC8544DS=y
index 94a236c9c25b23ae1c28aeb49a554f546cb4d35c..07e4fd26df30342e873a7f9cb8646fd21cb6c627 100644 (file)
@@ -1,8 +1,8 @@
 # Default configuration for riscv32-softmmu
 
 # Uncomment the following lines to disable these optional devices:
-#
-#CONFIG_PCI_DEVICES=n
+# CONFIG_PCI_DEVICES=n
+# CONFIG_TEST_DEVICES=n
 
 # Boards:
 #
index 3f6805944849c14aa6ae16cf40a02836b3234ea6..221963d4c5ca68abfd0b3e47ca1c64b6a2bb9648 100644 (file)
@@ -1,8 +1,8 @@
 # Default configuration for riscv64-softmmu
 
 # Uncomment the following lines to disable these optional devices:
-#
-#CONFIG_PCI_DEVICES=n
+# CONFIG_PCI_DEVICES=n
+# CONFIG_TEST_DEVICES=n
 
 # Boards:
 #
index 49e4c9da88c57c22781312e66e74e6451185dd4e..f650cad76098f9c1e693aead83f339852a31f99d 100644 (file)
@@ -1,5 +1,9 @@
 # Default configuration for Xtensa
 
+# Uncomment the following lines to disable these optional devices:
+#
+#CONFIG_PCI_DEVICES=n
+
 # Boards:
 #
 CONFIG_XTENSA_SIM=y