From b05574746915fe72802553a848a7537eaf11001d Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 8 May 2020 08:25:28 +0200 Subject: drivers: mark first batch of compilable drivers for COMPILE_TEST All of these drivers have a runtime dependency on SoC peripherals, but can nevertheless be compile-tested. Add COMPILE_TEST as an alternate dependency. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- drivers/bus/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/bus') diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 1a2ff9129e..6b4e1d30e3 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -7,7 +7,7 @@ config BUS_OMAP_GPMC bool "TI OMAP/AM33xx GPMC support" config TI_SYSC - depends on ARCH_OMAP + depends on ARCH_OMAP || COMPILE_TEST bool "TI sysc interconnect target module driver" default y help @@ -15,7 +15,7 @@ config TI_SYSC found on many TI SoCs. config IMX_WEIM - depends on ARCH_IMX + depends on ARCH_IMX || COMPILE_TEST bool "i.MX WEIM driver" config MVEBU_MBUS -- cgit v1.2.3