Skip to content

Commit a5e43e2

Browse files
Vamsi Attunurugregkh
authored andcommitted
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: Vamsi Attunuru <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 8906701 commit a5e43e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/misc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ config NSM
588588
config MARVELL_CN10K_DPI
589589
tristate "Octeon CN10K DPI driver"
590590
depends on PCI
591+
depends on ARCH_THUNDER || COMPILE_TEST
591592
help
592593
Enables Octeon CN10K DMA packet interface (DPI) driver which
593594
intializes DPI hardware's physical function (PF) device's

0 commit comments

Comments
 (0)