Skip to content

Commit 7498dca

Browse files
krzkalexandrebelloni
authored andcommitted
rtc: amlogic: Do not enable by default during compile testing
Enabling the compile test should not cause automatic enabling of all drivers, but only allow to choose to compile them. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent d8a0f6a commit 7498dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/rtc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ config RTC_DRV_AMLOGIC_A4
20882088
tristate "Amlogic RTC"
20892089
depends on ARCH_MESON || COMPILE_TEST
20902090
select REGMAP_MMIO
2091-
default y
2091+
default ARCH_MESON
20922092
help
20932093
If you say yes here you get support for the RTC block on the
20942094
Amlogic A113L2(A4) and A113X2(A5) SoCs.

0 commit comments

Comments
 (0)