diff options
author | Corey Minyard <cminyard@mvista.com> | 2021-05-18 15:54:52 -0500 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-06-17 07:10:32 -0500 |
commit | 58f3e3fe69a66a5c27675faf3e7afa52e027e621 (patch) | |
tree | d7c4338e970f4911b123b6aa51b247a5a33f600f /hw/adc/Kconfig | |
parent | 246f530cdb5a93b5da6db2c2fb00549b4081d943 (diff) | |
download | qemu-58f3e3fe69a66a5c27675faf3e7afa52e027e621.zip qemu-58f3e3fe69a66a5c27675faf3e7afa52e027e621.tar.gz qemu-58f3e3fe69a66a5c27675faf3e7afa52e027e621.tar.bz2 |
adc: Move the max111x driver to the adc directory
It's an adc, put it where it belongs.
Cc: Andrzej Zaborowski <balrogg@gmail.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-arm@nongnu.org
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/adc/Kconfig')
-rw-r--r-- | hw/adc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/adc/Kconfig b/hw/adc/Kconfig index 25d2229..a825bd3 100644 --- a/hw/adc/Kconfig +++ b/hw/adc/Kconfig @@ -1,2 +1,5 @@ config STM32F2XX_ADC bool + +config MAX111X + bool |