commit | 830c9a31aa75221051a2b22962500ddea46a730d | [log] [tgz] |
---|---|---|
author | Lancelot Kao <lancelot.kao@fii-usa.com> | Sun Mar 14 23:07:20 2021 -0500 |
committer | Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> | Tue Apr 13 01:48:57 2021 +0000 |
tree | a09121f413fa1fb5a9edd27ddc24213a2511648d | |
parent | 180fdfcabbe75103019d69fb409f15ec4fcf15a4 [diff] [blame] |
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
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 9755d94..d970cf4 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_MQUEUE=y CONFIG_IPMB_DEVICE_INTERFACE=y +# RTC device +CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_PCF85063=y + # # JATG Configuration CONFIG_NUVOTON_JTAG=y