Commit faec5f7b authored by Alexandre Belloni's avatar Alexandre Belloni

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: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent a0151062
...@@ -1512,7 +1512,7 @@ config RTC_DRV_STARFIRE ...@@ -1512,7 +1512,7 @@ config RTC_DRV_STARFIRE
config RTC_DRV_TX4939 config RTC_DRV_TX4939
tristate "TX4939 SoC" tristate "TX4939 SoC"
depends on SOC_TX4939 depends on SOC_TX4939 || COMPILE_TEST
help help
Driver for the internal RTC (Realtime Clock) module found on Driver for the internal RTC (Realtime Clock) module found on
Toshiba TX4939 SoC. Toshiba TX4939 SoC.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment