diff mbox series

[19/22] hw/ppc/Kconfig: Remove PPC405 dependency from sam460ex

Message ID ac453d5336d84593be4e0b6fd0a25870e17977a1.1660402839.git.balaton@eik.bme.hu
State New
Headers show
Series QOMify PPC4xx devices and minor clean ups | expand

Commit Message

BALATON Zoltan Aug. 13, 2022, 3:34 p.m. UTC
Now that shared PPC4xx devices are separated from PPC405 ones we can
drop this depencency.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 hw/ppc/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Cédric Le Goater Aug. 16, 2022, 7:39 a.m. UTC | #1
On 8/13/22 17:34, BALATON Zoltan wrote:
> Now that shared PPC4xx devices are separated from PPC405 ones we can
> drop this depencency.


Reviewed-by: Cédric Le Goater <clg@kaod.org>

Thanks,

C.

> 
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>   hw/ppc/Kconfig | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig
> index 400511c6b7..205f9f98d7 100644
> --- a/hw/ppc/Kconfig
> +++ b/hw/ppc/Kconfig
> @@ -58,7 +58,6 @@ config PPC4XX
>   
>   config SAM460EX
>       bool
> -    select PPC405
>       select PFLASH_CFI01
>       select IDE_SII3112
>       select M41T80
diff mbox series

Patch

diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig
index 400511c6b7..205f9f98d7 100644
--- a/hw/ppc/Kconfig
+++ b/hw/ppc/Kconfig
@@ -58,7 +58,6 @@  config PPC4XX
 
 config SAM460EX
     bool
-    select PPC405
     select PFLASH_CFI01
     select IDE_SII3112
     select M41T80