Skip to content
Snippets Groups Projects
Verified Commit 66645fe5 authored by Ondřej Caletka's avatar Ondřej Caletka Committed by Josef Schlehofer
Browse files

configs/turris1x/kernel: Allow RTC NVMEM access


In Linux 4.13, a new kernel option was introduced to allow userspace
access to RTC NVMEM. This option is off by default, making the NVMEM
inaccessable. Since there is at least one application utilizing it, this
patch adds `/sys/class/rtc/rtc0/device/nvram` back.

Signed-off-by: default avatarOndřej Caletka <ondrej@caletka.cz>
(cherry-picked from commit e09c946d)
parent ccc37cd0
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
......@@ -11,3 +11,7 @@ CONFIG_KERNEL_NET_DSA=y
CONFIG_KERNEL_NET_DSA_QCA8K=y
# For rainbow
CONFIG_KERNEL_DEVMEM=y
# Allow RTC NVMEM access
CONFIG_KERNEL_RTC_NVMEM=y
CONFIG_KERNEL_NVMEM_SYSFS=y
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment