Fedora already sets strict devmem, we should consider disabling it entirely:
# Do not allow direct physical memory access (but if you must have it, at least enable STRICT mode...)
# CONFIG_DEVMEM is not set
CONFIG_STRICT_DEVMEM=y
CONFIG_IO_STRICT_DEVMEM=y
Fedora already sets strict devmem, we should consider disabling it entirely: