diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-01-11 13:58:55 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-01-12 21:38:10 -0800 |
commit | 5bee990f490a6c1bea5bba431e2ffe387e6b1b3f (patch) | |
tree | 37b72da77d7e5165b49696b370d518a8f91a073f /drivers/net/macsec.c | |
parent | a1cf597b99a7276c2103327b5633ef1d7a0f3a93 (diff) | |
download | linux-stable-5bee990f490a6c1bea5bba431e2ffe387e6b1b3f.tar.gz linux-stable-5bee990f490a6c1bea5bba431e2ffe387e6b1b3f.tar.bz2 linux-stable-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