aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2018-02-12 23:47:56 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-03-01 10:49:34 +0100
commitfaec5f7bcca3a2e81aa7bd8412b22e808df508c3 (patch)
tree7aab6d5ab0d23e34b87daf9a336de67c8b151570 /drivers/rtc/Kconfig
parentrtc: tx4939: remove arch/mips dependency (diff)
downloadlinux-dev-faec5f7bcca3a2e81aa7bd8412b22e808df508c3.tar.xz
linux-dev-faec5f7bcca3a2e81aa7bd8412b22e808df508c3.zip
rtc: tx4939: extend test coverage
The rtc-tx4939 driver now compiles correctly on other architectures, add COMPILE_TEST to improve code coverage. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 8ab5f0a5d323..f6d7e490e714 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1512,7 +1512,7 @@ config RTC_DRV_STARFIRE
config RTC_DRV_TX4939
tristate "TX4939 SoC"
- depends on SOC_TX4939
+ depends on SOC_TX4939 || COMPILE_TEST
help
Driver for the internal RTC (Realtime Clock) module found on
Toshiba TX4939 SoC.