mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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>
This commit is contained in:
parent
95ea96e8b1
commit
9adfbf1b61
2 changed files with 3 additions and 3 deletions
|
@ -94,6 +94,9 @@ config MUSCA
|
|||
select SPLIT_IRQ
|
||||
select UNIMP
|
||||
|
||||
config MARVELL_88W8618
|
||||
bool
|
||||
|
||||
config MUSICPAL
|
||||
bool
|
||||
select OR_IRQ
|
||||
|
|
|
@ -47,6 +47,3 @@ config PL041
|
|||
|
||||
config CS4231
|
||||
bool
|
||||
|
||||
config MARVELL_88W8618
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue