Skip to content
Snippets Groups Projects
Verified Commit 90dc728c authored by Karel Koci's avatar Karel Koci :metal:
Browse files

configs/common: enable KERNEL_DEVMEM (/dev/mem)

This is required for rainbow on Turris 1.x.

It is handy in general for any tool that needs to access memory mapped
devices or memory directly in general so it is enabled on all devices.
parent 87c844f9
Branches
Tags
2 merge requests!123Turris OS 5.0 (HBK),!114configs/common: enable KERNEL_DEVMEM (/dev/mem)
......@@ -2,5 +2,8 @@
CONFIG_KERNEL_DEVTMPFS=y
CONFIG_KERNEL_DEVTMPFS_MOUNT=y
# Provide /dev/mem
CONFIG_KERNEL_DEVMEM=y
# Enable ACL on user's request
CONFIG_USE_FS_ACL_ATTR=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