Re: [PATCH for-9.2 13/53] hw/arm: Remove STRONGARM->PXA2XX dependency

2024-09-09 Thread Philippe Mathieu-Daudé
On 3/9/24 18:07, Peter Maydell wrote: Currently the STRONGARM KConfig symbol pulls in PXA2XX. Since we've now removed all the true uses of PXA2XX, we'd like to remove the PXA2XX symbol too. To permit that, make STRONGARM directly select the things it truly depends on: * pxa25x-timer * SSI Si

[PATCH for-9.2 13/53] hw/arm: Remove STRONGARM->PXA2XX dependency

2024-09-03 Thread Peter Maydell
Currently the STRONGARM KConfig symbol pulls in PXA2XX. Since we've now removed all the true uses of PXA2XX, we'd like to remove the PXA2XX symbol too. To permit that, make STRONGARM directly select the things it truly depends on: * pxa25x-timer * SSI Signed-off-by: Peter Maydell --- hw/arm/Kc