[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOkoqZniMk+hcemy9JhTxerd_9ypbXd=SDBE1yGLoCDYB2RNWg@mail.gmail.com>
Date: Wed, 11 Jan 2023 09:38:08 -0800
From: Dimitris Michailidis <d.michailidis@...gible.com>
To: Lukas Bulwahn <lukas.bulwahn@...il.com>
Cc: Dimitris Michailidis <dmichail@...gible.com>,
Claudiu Manoil <claudiu.manoil@....com>,
Simon Horman <simon.horman@...igine.com>,
oss-drivers@...igine.com, "David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: remove redundant config PCI dependency for some
network driver configs
On Wed, Jan 11, 2023 at 4:59 AM Lukas Bulwahn <lukas.bulwahn@...il.com> wrote:
>
> While reviewing dependencies in some Kconfig files, I noticed the redundant
> dependency "depends on PCI && PCI_MSI". The config PCI_MSI has always,
> since its introduction, been dependent on the config PCI. So, it is
> sufficient to just depend on PCI_MSI, and know that the dependency on PCI
> is implicitly implied.
>
> Reduce the dependencies of some network driver configs.
> No functional change and effective change of Kconfig dependendencies.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
> ---
> drivers/net/ethernet/freescale/enetc/Kconfig | 4 ++--
> drivers/net/ethernet/fungible/funeth/Kconfig | 2 +-
> drivers/net/ethernet/netronome/Kconfig | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
For funeth part:
Acked-by: Dimitris Michailidis <dmichail@...gible.com>
Powered by blists - more mailing lists