Message ID | 20231106095542.1852973-24-marcandre.lureau@redhat.com |
---|---|
State | New |
Headers | show |
Series | [PULL,v2,01/24] build-sys: add a "pixman" feature | expand |
On 6/11/23 10:55, marcandre.lureau@redhat.com wrote: > From: Marc-André Lureau <marcandre.lureau@redhat.com> > > Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Pulled patch missing R-b, so I'm giving one: Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> > --- > hw/mips/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig > index 5d40795c0b..c120b784aa 100644 > --- a/hw/mips/Kconfig > +++ b/hw/mips/Kconfig > @@ -34,6 +34,7 @@ config FULOONG > bool > default y if MIPS64 > select PCI_BONITO > + select VT82C686 > depends on ATI_VGA > > config LOONGSON3V
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index 5d40795c0b..c120b784aa 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -34,6 +34,7 @@ config FULOONG bool default y if MIPS64 select PCI_BONITO + select VT82C686 depends on ATI_VGA config LOONGSON3V