From: Alexandre Belloni Date: Mon, 12 Feb 2018 22:47:56 +0000 (+0100) Subject: rtc: tx4939: extend test coverage X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=faec5f7bcca3a2e81aa7bd8412b22e808df508c3;p=linux.git 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 --- diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 8ab5f0a5d3236..f6d7e490e7146 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.