]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm64/Kconfig.debug
Merge tag 'sti-soc-for-v3.16' of git://git.stlinux.com/devel/kernel/linux-sti into...
[karo-tx-linux.git] / arch / arm64 / Kconfig.debug
index 835c559786bda923fe0cb8616b3031932a86bb21..d10ec334c93b4a3f8db194e1a929c711e5dbcf90 100644 (file)
@@ -6,6 +6,20 @@ config FRAME_POINTER
        bool
        default y
 
+config STRICT_DEVMEM
+       bool "Filter access to /dev/mem"
+       depends on MMU
+       help
+         If this option is disabled, you allow userspace (root) access to all
+         of memory, including kernel and userspace memory. Accidental
+         access to this is obviously disastrous, but specific access can
+         be used by people debugging the kernel.
+
+         If this option is switched on, the /dev/mem file only allows
+         userspace access to memory mapped peripherals.
+
+         If in doubt, say Y.
+
 config EARLY_PRINTK
        bool "Early printk support"
        default y