Re: [PATCH 2/5] hw/arm: Remove spurious WM8750 dependency from Realview Kconfig
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 19/8/26 20:54, Peter Maydell wrote: > The REALVIEW Kconfig stanza has a "select WM8750"; however the board > itself doesn't actually use this i2c audio device: its audio is > provided by the pl041 (which connects to an LM4549). Remove the > spurious dependency. > Is it worth Cc'ing stable? Cc: [email protected] Fixes: 79e93e24de8 ("hw/arm: Express dependencies of realview, versatile and vexpress with Kconfig") Anyway, Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Peter Maydell <[email protected]> > --- > hw/arm/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig > index 260d2f0751..5e9a0bd8dc 100644 > --- a/hw/arm/Kconfig > +++ b/hw/arm/Kconfig > @@ -155,7 +155,6 @@ config REALVIEW > select ARM11MPCORE > select ARM_TIMER > select VERSATILE_PCI > - select WM8750 # audio codec > select LSI_SCSI_PCI > select PCI > select PL011 # UART