On 2/9/19 7:39 AM, Thomas Huth wrote: > Add Kconfig dependencies for the DIGIC / canon-a1100 machine. > > Signed-off-by: Thomas Huth <th...@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <phi...@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 >