aboutsummaryrefslogtreecommitdiff
path: root/hw/adc/Kconfig
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-10-14 17:05:55 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-10-15 15:16:17 +0100
commitff788b70223e46acf3008ca02ab77cad188ba997 (patch)
tree2ad8d293f3bc160376e58e184cf174252bb2de9a /hw/adc/Kconfig
parent0ae50e8e1e3799d22ca3431f0f238608dc2a4d36 (diff)
hw/adc: Remove MAX111X device
The MAX111X ADC device was used only by the XScale-based Zaurus machine types. Now they have all been removed, we can drop this device model too. Because this device is an SSI device, in theory it could be created by users on the command line for boards with a different SSI controller, but we don't believe users are doing this -- it would be impossible on the command line to connect up the GPIO inputs which correspond to ADC inputs, or the GPIO output which is an interrupt line. The only example a web search produces for "device max1111" or "device max1110" is our own bug report https://gitlab.com/qemu-project/qemu/-/issues/2228 where it's used as an example of a bogus command that causes an assertion in an aspeed machine type that wasn't expecting anything other than flash devices on its SMC bus. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20241003140010.1653808-2-peter.maydell@linaro.org
Diffstat (limited to 'hw/adc/Kconfig')
-rw-r--r--hw/adc/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/adc/Kconfig b/hw/adc/Kconfig
index a825bd3d34..25d2229fb8 100644
--- a/hw/adc/Kconfig
+++ b/hw/adc/Kconfig
@@ -1,5 +1,2 @@
config STM32F2XX_ADC
bool
-
-config MAX111X
- bool