]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/sh/Kconfig
sh: ioremap_prot support.
[karo-tx-linux.git] / arch / sh / Kconfig
index af2b174fd7d9c7b1310fb40dfc304e9e76e144dc..434183eb4f125f07bd5cde53a3fd13f161f12f8d 100644 (file)
@@ -12,6 +12,7 @@ config SUPERH
        select HAVE_IDE
        select HAVE_OPROFILE
        select HAVE_GENERIC_DMA_COHERENT
+       select HAVE_IOREMAP_PROT
        help
          The SuperH is a RISC processor targeted for use in embedded systems
          and consumer electronics; it was also used in the Sega Dreamcast
@@ -20,9 +21,12 @@ config SUPERH
 
 config SUPERH32
        def_bool !SUPERH64
+       select HAVE_KPROBES
+       select HAVE_KRETPROBES
 
 config SUPERH64
        def_bool y if CPU_SH5
+       select GENERIC_CALIBRATE_DELAY
 
 config ARCH_DEFCONFIG
        string
@@ -55,7 +59,7 @@ config GENERIC_IRQ_PROBE
        def_bool y
 
 config GENERIC_CALIBRATE_DELAY
-       def_bool y
+       bool
 
 config GENERIC_IOMAP
        bool
@@ -494,7 +498,6 @@ config CRASH_DUMP
 config SECCOMP
        bool "Enable seccomp to safely compute untrusted bytecode"
        depends on PROC_FS
-       default y
        help
          This kernel feature is useful for number crunching applications
          that may need to compute untrusted bytecode during their