Skip to content

Commit 7158c61

Browse files
geertualexandrebelloni
authored andcommitted
rtc: RTC_DRV_SPEAR should not default to y when compile-testing
Merely enabling compile-testing should not enable additional functionality. Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Viresh Kumar <[email protected]> Link: https://lore.kernel.org/r/7b8eefe3b0150101ba01c3ea55e45aa3134059ba.1733243007.git.geert+renesas@glider.be Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 40384c8 commit 7158c61

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
@@ -1316,7 +1316,7 @@ config RTC_DRV_SC27XX
13161316
config RTC_DRV_SPEAR
13171317
tristate "SPEAR ST RTC"
13181318
depends on PLAT_SPEAR || COMPILE_TEST
1319-
default y
1319+
default PLAT_SPEAR
13201320
help
13211321
If you say Y here you will get support for the RTC found on
13221322
spear

0 commit comments

Comments
 (0)