[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 18/25] hw/arm: Express dependencies of canon-a11
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [Qemu-devel] [PATCH 18/25] hw/arm: Express dependencies of canon-a1100 with Kconfig |
Date: |
Mon, 11 Feb 2019 18:45:03 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
On 2/9/19 7:39 AM, Thomas Huth wrote:
> Add Kconfig dependencies for the DIGIC / canon-a1100 machine.
>
> Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> 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
>
- [Qemu-devel] [PATCH 05/25] hw/arm: Express dependencies of musicpal with Kconfig, (continued)
- [Qemu-devel] [PATCH 05/25] hw/arm: Express dependencies of musicpal with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 02/25] hw/arm: Express dependencies of the highbank machines with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 09/25] hw/arm: Express dependencies of the PXA2xx machines with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 12/25] hw/arm: Express dependencies of the aspeed boards with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 16/25] hw/arm: Express dependencies of the MPS2 boards with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 13/25] hw/arm: Express dependencies of the virt machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 15/25] hw/arm: Express dependencies of allwinner / cubieboard with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 17/25] hw/arm: Express dependencies of the raspi machines with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 25/25] hw/arm: Remove hard-enablement of the remaining PCI devices, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 18/25] hw/arm: Express dependencies of canon-a1100 with Kconfig, Thomas Huth, 2019/02/09
- Re: [Qemu-devel] [PATCH 18/25] hw/arm: Express dependencies of canon-a1100 with Kconfig,
Philippe Mathieu-Daudé <=
- [Qemu-devel] [PATCH 23/25] hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 20/25] hw/arm: Express dependencies of the MSF2 machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 24/25] hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 19/25] hw/arm: Express dependencies of sabrelite with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 21/25] hw/arm: Express dependencies for remaining IMX boards with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-devel] [PATCH 22/25] hw/arm: Express dependencies of nrf51 Kconfig, Thomas Huth, 2019/02/09