On Sat, Jan 20, 2024 at 07:29:27PM +0100, Martin Kaiser wrote: > The vf610 gpio driver is enabled by default for all i.MX machines, > without any option to disable it in a board-specific config file. > > Most i.MX chipsets have no hardware for this driver. Change the default > to enable GPIO_VF610 for SOC_VF610 and disable it otherwise. Hi Martin Please ensure it is compiled when COMPILE_TEST is set. We don't want to reduce build test coverage. Andrew