summaryrefslogtreecommitdiff
path: root/meta-fii
diff options
context:
space:
mode:
authorLancelot Kao <lancelot.kao@fii-usa.com>2021-03-15 07:07:20 +0300
committerMohaimen Alsamarai <mohaimen.alsamarai@fii-na.com>2021-04-13 04:48:57 +0300
commit830c9a31aa75221051a2b22962500ddea46a730d (patch)
treea09121f413fa1fb5a9edd27ddc24213a2511648d /meta-fii
parent180fdfcabbe75103019d69fb409f15ec4fcf15a4 (diff)
downloadopenbmc-830c9a31aa75221051a2b22962500ddea46a730d.tar.xz
meta-fii/meta-kudo: add RTC device configuration
1. add RTC kernel configuration Signed-off-by: Lancelot Kao <lancelot.kao@fii-usa.com> Change-Id: I17ddb7479b3064d6b7afdc44235b563e57e833fc
Diffstat (limited to 'meta-fii')
-rw-r--r--meta-fii/meta-kudo/recipes-kernel/linux/linux-nuvoton/kudo.cfg4
1 files changed, 4 insertions, 0 deletions
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