Hi all,

> On Tue, 2025-10-07 at 13:31 +1000, Dave Airlie wrote:
> > We can't do that, because if we moved to 580, and distros have this
> > option on for 570, they would fail unless they had the 580 firmware,
> > so it needs to be versioned.

> Hmmm then how about making it a choice of which version to support:

> choice
>   prompt "Firmware version supported"
>   default DRM_NOUVEAU_ANY

You probably know it, in case you don't: DRM_NOUVEAU_ANY needs to be also as
config:

config DRM_NOUVEAU_ANY
        bool "Support all firmware versions"
        ...

> config DRM_NOUVEAU_535_ONLY
> ...

> config DRM_NOUVEAU_535_ONLY
> ...

> endchoice

+1

> Or something like that.  I can't figure out how choices work, but the idea is 
> that the defconfig

Kind regards,
Petr

> defaults to allowing all versions, but you can pick a specific one.

Reply via email to