[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230412181658.529415-1-alex.williamson@redhat.com>
Date: Wed, 12 Apr 2023 12:16:58 -0600
From: Alex Williamson <alex.williamson@...hat.com>
To: nipun.gupta@....com, nikhil.agarwal@....com
Cc: linux-kernel@...r.kernel.org, alex.williamson@...hat.com
Subject: [PATCH] cdx: Allow build with COMPILE_TEST
Increase compile test coverage.
Signed-off-by: Alex Williamson <alex.williamson@...hat.com>
---
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
Powered by blists - more mailing lists