diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-08-31 18:15:27 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-09-05 17:15:50 +0200 |
commit | 7f742e8e8ad4c54ae66820c91bbbb6526a461117 (patch) | |
tree | 2f0d9dd3ddb32612d55b0e224c8b84f6a6fb391e /drivers/rtc | |
parent | 34c7b3ac4ccb6a972f81a4102c8ef216ca1fb155 (diff) | |
download | linux-7f742e8e8ad4c54ae66820c91bbbb6526a461117.tar.bz2 |
rtc: asm9260: allow COMPILE_TEST
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>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 23acc3f536b3..896302a0d4b9 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -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. |