[PATCH] cdx: Allow build with COMPILE_TEST

From: Alex Williamson
Date: Wed Apr 12 2023 - 14:18:26 EST


Increase compile test coverage.

Signed-off-by: Alex Williamson <alex.williamson@xxxxxxxxxx>
---
drivers/cdx/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cdx/Kconfig b/drivers/cdx/Kconfig
index a08958485e31..8e3cca77ec64 100644
--- a/drivers/cdx/Kconfig
+++ b/drivers/cdx/Kconfig
@@ -7,7 +7,7 @@

config CDX_BUS
bool "CDX Bus driver"
- depends on OF && ARM64
+ depends on OF && (ARM64 || COMPILE_TEST)
help
Driver to enable Composable DMA Transfer(CDX) Bus. CDX bus
exposes Fabric devices which uses composable DMA IP to the
--
2.39.2