Re: [PATCH] build: remove custom dependency checks in drivers

2022-01-21 Thread Thomas Monjalon
> > > Some drivers currently have their own checks and give some non > > > consistent reasons when an internal dependency is unavailable. > > > > > > drivers/meson.build also checks for internal dependencies via 'deps'. > > > Let's rely on it for consistency, and smaller code. > > > > > > Signed-of

RE: [PATCH] build: remove custom dependency checks in drivers

2022-01-20 Thread Long Li
> Subject: Re: [PATCH] build: remove custom dependency checks in drivers > > On Thu, Jan 20, 2022 at 11:54:21AM +0100, David Marchand wrote: > > Some drivers currently have their own checks and give some non > > consistent reasons when an internal dependency is unavail

Re: [PATCH] build: remove custom dependency checks in drivers

2022-01-20 Thread Bruce Richardson
On Thu, Jan 20, 2022 at 11:54:21AM +0100, David Marchand wrote: > Some drivers currently have their own checks and give some non > consistent reasons when an internal dependency is unavailable. > > drivers/meson.build also checks for internal dependencies via 'deps'. > Let's rely on it for consist

[PATCH] build: remove custom dependency checks in drivers

2022-01-20 Thread David Marchand
Some drivers currently have their own checks and give some non consistent reasons when an internal dependency is unavailable. drivers/meson.build also checks for internal dependencies via 'deps'. Let's rely on it for consistency, and smaller code. Signed-off-by: David Marchand --- drivers/net/k