diff options
author | 2023-01-11 13:58:55 +0100 | |
---|---|---|
committer | 2023-01-12 21:38:10 -0800 | |
commit | 5bee990f490a6c1bea5bba431e2ffe387e6b1b3f (patch) | |
tree | 37b72da77d7e5165b49696b370d518a8f91a073f /drivers/net/macsec.c | |
parent | net: ngbe: Add ngbe mdio bus driver. (diff) | |
download | wireguard-linux-5bee990f490a6c1bea5bba431e2ffe387e6b1b3f.tar.xz wireguard-linux-5bee990f490a6c1bea5bba431e2ffe387e6b1b3f.zip |
net: remove redundant config PCI dependency for some network driver configs
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@gmail.com>
Acked-by: Simon Horman <simon.horman@corigine.com>
Acked-by: Dimitris Michailidis <dmichail@fungible.com>
Link: https://lore.kernel.org/r/20230111125855.19020-1-lukas.bulwahn@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/macsec.c')
0 files changed, 0 insertions, 0 deletions