From 5fbb1f09cad55fcd0b3706da02e6bb4c0f7623c2 Mon Sep 17 00:00:00 2001 From: Xiaobo Liu Date: Tue, 14 Nov 2023 11:07:56 +0800 Subject: [PATCH] ramips: mt76x8 add support for RTC class/drivers This commit adds support for RTC class/drivers to the mt76x8 target. Signed-off-by: Xiaobo Liu --- target/linux/ramips/mt76x8/config-5.15 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/mt76x8/config-5.15 b/target/linux/ramips/mt76x8/config-5.15 index bd1d3688b8..6d6759a7c5 100644 --- a/target/linux/ramips/mt76x8/config-5.15 +++ b/target/linux/ramips/mt76x8/config-5.15 @@ -162,6 +162,7 @@ CONFIG_REGMAP_MMIO=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_RESET_CONTROLLER=y +CONFIG_RTC_CLASS=y CONFIG_SERIAL_8250_NR_UARTS=3 CONFIG_SERIAL_8250_RUNTIME_UARTS=3 CONFIG_SERIAL_MCTRL_GPIO=y -- 2.30.2