From 830c9a31aa75221051a2b22962500ddea46a730d Mon Sep 17 00:00:00 2001 From: Lancelot Kao Date: Sun, 14 Mar 2021 23:07:20 -0500 Subject: meta-fii/meta-kudo: add RTC device configuration 1. add RTC kernel configuration Signed-off-by: Lancelot Kao Change-Id: I17ddb7479b3064d6b7afdc44235b563e57e833fc --- meta-fii/meta-kudo/recipes-kernel/linux/linux-nuvoton/kudo.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-fii') diff --git a/meta-fii/meta-kudo/recipes-kernel/linux/linux-nuvoton/kudo.cfg b/meta-fii/meta-kudo/recipes-kernel/linux/linux-nuvoton/kudo.cfg index 9755d94b00..d970cf4f26 100644 --- a/meta-fii/meta-kudo/recipes-kernel/linux/linux-nuvoton/kudo.cfg +++ b/meta-fii/meta-kudo/recipes-kernel/linux/linux-nuvoton/kudo.cfg @@ -79,6 +79,10 @@ CONFIG_I2C_SLAVE=y CONFIG_I2C_SLAVE_MQUEUE=y CONFIG_IPMB_DEVICE_INTERFACE=y +# RTC device +CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_PCF85063=y + # # JATG Configuration CONFIG_NUVOTON_JTAG=y -- cgit v1.2.3