CONFIG_DEVMEM was mistakenly not enabled, which defeats CONFIG_STRICT_DEVMEM and friends, as it completely removes all /dev/mem support.
Signed-off-by: C. Andy Martin <[email protected]> --- features/security/security.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/security/security.cfg b/features/security/security.cfg index 54b4789c..6c096739 100644 --- a/features/security/security.cfg +++ b/features/security/security.cfg @@ -31,7 +31,7 @@ CONFIG_INET_DIAG=n # Do not allow direct physical memory access (enable only STRICT mode...) # Note that drivers like uvesafb/v86d depending on direct physical memory # access would be affected. -CONFIG_DEVMEM=n +CONFIG_DEVMEM=y CONFIG_STRICT_DEVMEM=y CONFIG_IO_STRICT_DEVMEM=y -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13246): https://lists.yoctoproject.org/g/linux-yocto/message/13246 Mute This Topic: https://lists.yoctoproject.org/mt/102223509/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
