Skip to content

Commit

Permalink
rtc: asm9260: allow COMPILE_TEST
Browse files Browse the repository at this point in the history
The rtc-asm9260 driver compiles correctly on other architectures, add
COMPILE_TEST to improve code coverage.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
  • Loading branch information
Alexandre Belloni committed Sep 5, 2016
1 parent 34c7b3a commit 7f742e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ comment "on-CPU RTC drivers"

config RTC_DRV_ASM9260
tristate "Alphascale asm9260 RTC"
depends on MACH_ASM9260
depends on MACH_ASM9260 || COMPILE_TEST
help
If you say yes here you get support for the RTC on the
Alphascale asm9260 SoC.
Expand Down

0 comments on commit 7f742e8

Please sign in to comment.