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
config DRM_NOUVEAU_535_ONLY
...
config DRM_NOUVEAU_535_ONLY
...
endchoice
Or something like that. I can't figure out how choices work, but the idea is
that the defconfig
defaults to allowing all versions, but you can pick a specific one.