We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c79579 commit 0020868Copy full SHA for 0020868
drivers/rtc/Kconfig
@@ -1756,7 +1756,9 @@ config RTC_DRV_LOONGSON1
1756
1757
config RTC_DRV_MXC
1758
tristate "Freescale MXC Real Time Clock"
1759
- depends on ARCH_MXC
+ depends on ARCH_MXC || COMPILE_TEST
1760
+ depends on HAS_IOMEM
1761
+ depends on OF
1762
help
1763
If you say yes here you get support for the Freescale MXC
1764
RTC module.
@@ -1766,7 +1768,9 @@ config RTC_DRV_MXC
1766
1768
1767
1769
config RTC_DRV_MXC_V2
1770
tristate "Freescale MXC Real Time Clock for i.MX53"
1771
1772
1773
1774
1775
1776
SRTC module in i.MX53 processor.
0 commit comments