diff --git a/configs/common/kernel b/configs/common/kernel
index a0047477cac39ae27046b2978992713cc3e0c0f0..5def86f157ed42d90ef7ce0539f84ce3c41a8a91 100644
--- a/configs/common/kernel
+++ b/configs/common/kernel
@@ -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