summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-05-08 08:25:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-08 14:46:42 +0200
commitb05574746915fe72802553a848a7537eaf11001d (patch)
tree071ed2166c4e92d724f76d3d1865281b048ac73b /drivers/mfd
parent026f6b1938292de48e00bd771720caae5ada1de9 (diff)
downloadbarebox-b05574746915fe72802553a848a7537eaf11001d.tar.gz
barebox-b05574746915fe72802553a848a7537eaf11001d.tar.xz
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 <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 32a2c661fc..42346154e6 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -84,7 +84,7 @@ config SMSC_SUPERIO
config MFD_STM32_TIMERS
bool "STM32 Timers"
- depends on ARCH_STM32MP
+ depends on ARCH_STM32MP || COMPILE_TEST
help
Select this to get regmap support for the timer blocks on STM32
MCUs and MPUs.