Skip to content

Commit 2e2ad63

Browse files
Uwe Kleine-Königalexandrebelloni
authored andcommitted
rtc: imxdi: Soften dependencies for improved compile coverage
The driver compiles fine on x86_64, so soften the dependencies to ARCH_MXC || COMPILE_TEST. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent e005a9b commit 2e2ad63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/rtc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ config RTC_DRV_DIGICOLOR
13511351

13521352
config RTC_DRV_IMXDI
13531353
tristate "Freescale IMX DryIce Real Time Clock"
1354-
depends on ARCH_MXC
1354+
depends on ARCH_MXC || COMPILE_TEST
13551355
depends on OF
13561356
help
13571357
Support for Freescale IMX DryIce RTC

0 commit comments

Comments
 (0)