config/cn10k: disable octeontx2 drivers

Common octeontx2 code shares some of the PCI identifiers
with cn10k platform and if built wrong drivers may be probed.

octeontx2 configuration disables common cn10k code so disable
common octeontx2 on cn10k.

Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
This commit is contained in:
Tomasz Duszynski 2021-10-01 22:38:33 +02:00 committed by Jerin Jacob
parent b89f023e54
commit e200fb6ba1

View File

@ -14,3 +14,4 @@ endian = 'little'
[properties]
platform = 'cn10k'
disable_drivers = 'common/octeontx2'