[Qemu-devel] [PATCH 18/25] hw/arm: Express dependencies of canon-a1100 with Kconfig

Thomas Huth posted 25 patches 6 years, 12 months ago
There is a newer version of this series
[Qemu-devel] [PATCH 18/25] hw/arm: Express dependencies of canon-a1100 with Kconfig
Posted by Thomas Huth 6 years, 12 months ago
Add Kconfig dependencies for the DIGIC / canon-a1100 machine.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 default-configs/arm-softmmu.mak | 2 +-
 hw/arm/Kconfig                  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index 6605786..20fcbcb 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -28,12 +28,12 @@ CONFIG_ASPEED_SOC=y
 CONFIG_NETDUINO2=y
 CONFIG_MPS2=y
 CONFIG_RASPI=y
+CONFIG_DIGIC=y
 
 CONFIG_VGA=y
 CONFIG_SSI_M25P80=y
 CONFIG_IMX_FEC=y
 
-CONFIG_DIGIC=y
 CONFIG_NRF51_SOC=y
 
 CONFIG_FSL_IMX6=y
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 6b1522f..617a460 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -31,6 +31,7 @@ config CUBIEBOARD
 config DIGIC
     bool
     select PTIMER
+    select PFLASH_CFI02
 
 config EXYNOS4
     bool
-- 
1.8.3.1


Re: [Qemu-devel] [PATCH 18/25] hw/arm: Express dependencies of canon-a1100 with Kconfig
Posted by Philippe Mathieu-Daudé 6 years, 12 months ago
On 2/9/19 7:39 AM, Thomas Huth wrote:
> Add Kconfig dependencies for the DIGIC / canon-a1100 machine.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> ---
>  default-configs/arm-softmmu.mak | 2 +-
>  hw/arm/Kconfig                  | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
> index 6605786..20fcbcb 100644
> --- a/default-configs/arm-softmmu.mak
> +++ b/default-configs/arm-softmmu.mak
> @@ -28,12 +28,12 @@ CONFIG_ASPEED_SOC=y
>  CONFIG_NETDUINO2=y
>  CONFIG_MPS2=y
>  CONFIG_RASPI=y
> +CONFIG_DIGIC=y
>  
>  CONFIG_VGA=y
>  CONFIG_SSI_M25P80=y
>  CONFIG_IMX_FEC=y
>  
> -CONFIG_DIGIC=y
>  CONFIG_NRF51_SOC=y
>  
>  CONFIG_FSL_IMX6=y
> diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
> index 6b1522f..617a460 100644
> --- a/hw/arm/Kconfig
> +++ b/hw/arm/Kconfig
> @@ -31,6 +31,7 @@ config CUBIEBOARD
>  config DIGIC
>      bool
>      select PTIMER
> +    select PFLASH_CFI02
>  
>  config EXYNOS4
>      bool
>