[PATCH 2/5] hw/arm: Remove spurious WM8750 dependency from Realview Kconfig
Peter Maydell <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
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. 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 -- 2.43.0