diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-01-07 19:44:27 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-01-20 11:47:52 +0000 |
commit | 9adfbf1b6116125d32d5b1608781a9935e517afd (patch) | |
tree | 82ac7826e1740ea93d40b0ab0b06b1b273904a1d /hw/arm | |
parent | 95ea96e8b1610f2d1bfa2abd0d12c40d647e563d (diff) | |
download | qemu-9adfbf1b6116125d32d5b1608781a9935e517afd.zip qemu-9adfbf1b6116125d32d5b1608781a9935e517afd.tar.gz qemu-9adfbf1b6116125d32d5b1608781a9935e517afd.tar.bz2 |
hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/
The Marvell 88W8618 is a system-on-chip with an ARM core.
We implement its audio codecs and network interface.
Homogeneous SoC Kconfig are usually defined in the hw/$ARCH
directory. Move it there.
Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20220107184429.423572-2-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm')
-rw-r--r-- | hw/arm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index e652590..c459c89 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -94,6 +94,9 @@ config MUSCA select SPLIT_IRQ select UNIMP +config MARVELL_88W8618 + bool + config MUSICPAL bool select OR_IRQ |