aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamon Fried <ramon.fried@linaro.org>2018-04-10 14:04:38 +0300
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2018-05-09 10:17:23 +0200
commit530eef4873124dbb6bb3b9cbd9c71a02dea4f909 (patch)
tree0483d9201e6451cdd3f82c391233f6241fa94bad
parent3802426436c93e4304cc9f29d7e8010888ae0a78 (diff)
kernel: distro.config: enable PM8xxx RTC driver
Enable it as a module for exposing /dev/rtc0 Signed-off-by: Ramon Fried <ramon.fried@linaro.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--kernel/configs/distro.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/configs/distro.config b/kernel/configs/distro.config
index 87104e575d16..ea78ddecdf60 100644
--- a/kernel/configs/distro.config
+++ b/kernel/configs/distro.config
@@ -456,3 +456,4 @@ CONFIG_SETEND_EMULATION=y
CONFIG_MD=y
CONFIG_BLK_DEV_DM=m
CONFIG_DM_CRYPT=m
+CONFIG_RTC_DRV_PM8XXX=m