Commit a5e43e2d authored by Vamsi Attunuru's avatar Vamsi Attunuru Committed by Greg Kroah-Hartman

misc: Kconfig: add a new dependency for MARVELL_CN10K_DPI

DPI hardware is an on-chip PCIe device on Marvell's arm64 SoC
platforms. As Arnd suggested, CN10K belongs to ARCH_THUNDER
lineage.

Patch makes mrvl_cn10k_dpi driver dependent on CONFIG_ARCH_THUNDER.
Signed-off-by: default avatarVamsi Attunuru <vattunuru@marvell.com>
Link: https://lore.kernel.org/r/20240711120115.4069401-1-vattunuru@marvell.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 89067019
...@@ -588,6 +588,7 @@ config NSM ...@@ -588,6 +588,7 @@ config NSM
config MARVELL_CN10K_DPI config MARVELL_CN10K_DPI
tristate "Octeon CN10K DPI driver" tristate "Octeon CN10K DPI driver"
depends on PCI depends on PCI
depends on ARCH_THUNDER || COMPILE_TEST
help help
Enables Octeon CN10K DMA packet interface (DPI) driver which Enables Octeon CN10K DMA packet interface (DPI) driver which
intializes DPI hardware's physical function (PF) device's intializes DPI hardware's physical function (PF) device's
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment