]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
rtc: amlogic: Do not enable by default during compile testing
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 17 Apr 2025 07:46:40 +0000 (09:46 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 24 May 2025 21:33:22 +0000 (23:33 +0200)
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 <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250417074640.81363-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig

index 838bdc138ffefdb7b843f31af8fb49e1f7b8a0d8..6153c50d1abd107426d6789f04abe4b4747e2639 100644 (file)
@@ -2088,7 +2088,7 @@ config RTC_DRV_AMLOGIC_A4
        tristate "Amlogic RTC"
        depends on ARCH_MESON || COMPILE_TEST
        select REGMAP_MMIO
-       default y
+       default ARCH_MESON
        help
          If you say yes here you get support for the RTC block on the
          Amlogic A113L2(A4) and A113X2(A5) SoCs.