Message ID | 20230503091244.1450613-14-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
Series | testing/next: cirrus, docker, docs, ci, configs, gitlab | expand |
On 5/3/23 10:12, Alex Bennée wrote: > This is the fallback VGA devices needed for board creation so will > otherwise fail under "make check" with a --without-default-devices > build. > > Signed-off-by: Alex Bennée <alex.bennee@linaro.org> > --- > hw/sparc/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig > index 79d58beb7a..721b37a9ca 100644 > --- a/hw/sparc/Kconfig > +++ b/hw/sparc/Kconfig > @@ -15,6 +15,7 @@ config SUN4M > select STP2000 > select CHRP_NVRAM > select OR_IRQ > + select TCX > > config LEON3 > bool Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
On 5/3/23 11:12, Alex Bennée wrote: > This is the fallback VGA devices needed for board creation so will > otherwise fail under "make check" with a --without-default-devices > build. > > Signed-off-by: Alex Bennée<alex.bennee@linaro.org> Not needed: info qtree bus: main-system-bus dev: apc, id "" dev: empty_slot, id "" dev: escc, id "" dev: fw_cfg_mem, id "" dev: lance, id "" dev: macio_idreg, id "" dev: memory, id "" dev: openprom, id "" dev: slavio_intctl, id "" dev: slavio_misc, id "" dev: slavio_timer, id "" dev: sparc32-dma, id "" dev: sparc32-espdma, id "" dev: sparc32-ledma, id "" dev: sun4m-iommu, id "" dev: sun-CS4231, id "" dev: sun-fdtwo, id "" dev: sysbus-esp, id "" dev: sysbus-m48t08, id "" dev: tcx_afx, id "" Paolo > --- > hw/sparc/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig > index 79d58beb7a..721b37a9ca 100644 > --- a/hw/sparc/Kconfig > +++ b/hw/sparc/Kconfig > @@ -15,6 +15,7 @@ config SUN4M > select STP2000 > select CHRP_NVRAM > select OR_IRQ > + select TCX
diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig index 79d58beb7a..721b37a9ca 100644 --- a/hw/sparc/Kconfig +++ b/hw/sparc/Kconfig @@ -15,6 +15,7 @@ config SUN4M select STP2000 select CHRP_NVRAM select OR_IRQ + select TCX config LEON3 bool
This is the fallback VGA devices needed for board creation so will otherwise fail under "make check" with a --without-default-devices build. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> --- hw/sparc/Kconfig | 1 + 1 file changed, 1 insertion(+)