[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240412080238.134191-5-wefu@redhat.com>
Date: Fri, 12 Apr 2024 16:01:46 +0800
From: wefu@...hat.com
To: jszhang@...nel.org,
alexandre.belloni@...tlin.com,
robh@...nel.org,
krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org,
guoren@...nel.org,
paul.walmsley@...ive.com,
palmer@...belt.com,
aou@...s.berkeley.edu
Cc: linux-riscv@...ts.infradead.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-rtc@...r.kernel.org,
Wei Fu <wefu@...hat.com>
Subject: [PATCH 4/5] Kconfig: Enable APM X-Gene RTC for XuanTie TH1520
From: Wei Fu <wefu@...hat.com>
This patch enables APM X-Gene RTC for XuanTie TH1520.
Signed-off-by: Wei Fu <wefu@...hat.com>
---
drivers/rtc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 3a89f1e6095d..b219aeef4ce9 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1880,7 +1880,7 @@ config RTC_DRV_MT7622
config RTC_DRV_XGENE
tristate "APM X-Gene RTC"
depends on HAS_IOMEM
- depends on ARCH_XGENE || COMPILE_TEST
+ depends on ARCH_XGENE || ARCH_THEAD || COMPILE_TEST
help
If you say yes here you get support for the APM X-Gene SoC real time
clock.
--
2.44.0
Powered by blists - more mailing lists