diff options
author | Zheng Bin <[email protected]> | 2022-11-19 21:36:16 +0800 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2022-11-22 13:45:12 +0100 |
commit | bb3cfbaf7c6416f3109fdb14f6fc0eb1a50361ad (patch) | |
tree | 9b756b0c5826a7e2ada6048f9525c2c460183b5b | |
parent | 3637a29ccbb6461b7268c5c5db525935d510afc6 (diff) |
octeontx2-pf: Remove duplicate MACSEC setting
Commit 4581dd480c9e ("net: octeontx2-pf: mcs: consider MACSEC setting")
has already added "depends on MACSEC || !MACSEC", so remove it.
Signed-off-by: Zheng Bin <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
-rw-r--r-- | drivers/net/ethernet/marvell/octeontx2/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/Kconfig b/drivers/net/ethernet/marvell/octeontx2/Kconfig index 6b4f640163f7..993ac180a5db 100644 --- 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 |