Hi On Tue, Oct 10, 2023 at 4:30 PM BALATON Zoltan <bala...@eik.bme.hu> wrote: > > On Tue, 10 Oct 2023, BALATON Zoltan wrote: > >> @@ -2169,8 +2195,10 @@ static void sm501_pci_class_init(ObjectClass *klass, > >> void *data) > >> > >> static void sm501_pci_init(Object *o) > >> { > >> +#ifdef CONFIG_PIXMAN > > > > Do you still need the ifdef here if we keep the property even with !PIXMAN? > > Maybe you intended to remove this help message because the option does not > work as documented here. In that case maybe add an #else with help saying > not effective without PIXMAN, always 0 or similiar. >
Right, I'll simply remove the #ifdef