diff options
author | Lukas Bulwahn <[email protected]> | 2023-01-11 13:58:55 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-01-12 21:38:10 -0800 |
commit | 5bee990f490a6c1bea5bba431e2ffe387e6b1b3f (patch) | |
tree | 37b72da77d7e5165b49696b370d518a8f91a073f /tools/perf/scripts/python/flamegraph.py | |
parent | a1cf597b99a7276c2103327b5633ef1d7a0f3a93 (diff) |
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 <[email protected]>
Acked-by: Simon Horman <[email protected]>
Acked-by: Dimitris Michailidis <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions