projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3637a29
)
octeontx2-pf: Remove duplicate MACSEC setting
author
Zheng Bin
<zhengbin13@huawei.com>
Sat, 19 Nov 2022 13:36:16 +0000
(21:36 +0800)
committer
Paolo Abeni
<pabeni@redhat.com>
Tue, 22 Nov 2022 12:45:12 +0000
(13:45 +0100)
Commit
4581dd480c9e
("net: octeontx2-pf: mcs: consider MACSEC setting")
has already added "depends on MACSEC || !MACSEC", so remove it.
Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link:
https://lore.kernel.org/r/20221119133616.3583538-1-zhengbin13@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/marvell/octeontx2/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/marvell/octeontx2/Kconfig
b/drivers/net/ethernet/marvell/octeontx2/Kconfig
index 6b4f640163f7111fe28d327810a415b2ed73a045..993ac180a5db832a8b988acf8533d98d88339723 100644
(file)
--- a/
drivers/net/ethernet/marvell/octeontx2/Kconfig
+++ b/
drivers/net/ethernet/marvell/octeontx2/Kconfig
@@
-32,7
+32,6
@@
config OCTEONTX2_PF
tristate "Marvell OcteonTX2 NIC Physical Function driver"
select OCTEONTX2_MBOX
select NET_DEVLINK
- depends on MACSEC || !MACSEC
depends on (64BIT && COMPILE_TEST) || ARM64
select DIMLIB
depends on PCI