cdx: Enable compile testing
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 2 May 2025 06:20:33 +0000 (08:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Jul 2025 10:18:07 +0000 (12:18 +0200)
commit7f81907b7e3f93dfed2e903af52659baa4944341
treeed75c0b4fca89f22491c29818f24d70e689cf50a
parent421d3a860d3d795b816d3efbcc3c2001c1ee1325
cdx: Enable compile testing

There is no code limited to ARM64 or OF/Devicetree in the CDX bus
driver, so CDX_BUS can be compile tested on all platforms.
CDX_CONTROLLER on the other hand selects REMOTEPROC which depends on
HAS_DMA, so add that dependency for compile testing.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Nikhil Agarwal <nikhil.agarwal@amd.com>
Link: https://lore.kernel.org/r/20250502-cdx-clean-v3-1-6aaa5b369fc5@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/cdx/Kconfig
drivers/cdx/controller/Kconfig