diff mbox series

[2/3] sam460ex: Drop unneeded dependencies

Message ID 01f1df6570298564ad7303e9146c1473b247d951.1608937677.git.balaton@eik.bme.hu (mailing list archive)
State New, archived
Headers show
Series Clean up sam460ex irq mapping | expand

Commit Message

BALATON Zoltan Dec. 25, 2020, 11:07 p.m. UTC
Remove dependencies from KConfig that are not actually needed.

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

Comments

Philippe Mathieu-Daudé Dec. 27, 2020, 3:33 p.m. UTC | #1
On 12/26/20 12:07 AM, BALATON Zoltan via wrote:
> Remove dependencies from KConfig that are not actually needed.
> 
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>  hw/ppc/Kconfig | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig
> index 8548f42b0d..5893f80909 100644
> --- a/hw/ppc/Kconfig
> +++ b/hw/ppc/Kconfig
> @@ -55,7 +55,6 @@ config PPC4XX
>  
>  config SAM460EX
>      bool
> -    select PPC405

You reviewed commit def9119efe2 ("hw/ppc/Kconfig: Let the Sam460ex
board use the PowerPC 405 devices").

>      select PFLASH_CFI01
>      select IDE_SII3112
>      select M41T80
> @@ -64,7 +63,6 @@ config SAM460EX
>      select SMBUS_EEPROM
>      select USB_EHCI_SYSBUS
>      select USB_OHCI
> -    select FDT_PPC

Correct, I guess I got confused by the _FDT() macro used in
sam460ex_load_device_tree(). So:

Fixes: b0048f76095 ("hw/ppc/Kconfig: Only select FDT helper for machines
using it")

>  
>  config PREP
>      bool
>
diff mbox series

Patch

diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig
index 8548f42b0d..5893f80909 100644
--- a/hw/ppc/Kconfig
+++ b/hw/ppc/Kconfig
@@ -55,7 +55,6 @@  config PPC4XX
 
 config SAM460EX
     bool
-    select PPC405
     select PFLASH_CFI01
     select IDE_SII3112
     select M41T80
@@ -64,7 +63,6 @@  config SAM460EX
     select SMBUS_EEPROM
     select USB_EHCI_SYSBUS
     select USB_OHCI
-    select FDT_PPC
 
 config PREP
     bool