]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - arch/sh/Kconfig
gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs
[mirror_ubuntu-hirsute-kernel.git] / arch / sh / Kconfig
index b319846ad97f340465bf6231720acd8445f1e781..c6b6ee5f38b2dd43f612999ea2516254bf049868 100644 (file)
@@ -16,6 +16,7 @@ config SUPERH
        select HAVE_DEBUG_BUGVERBOSE
        select ARCH_HAVE_CUSTOM_GPIO_H
        select ARCH_HAVE_NMI_SAFE_CMPXCHG if (GUSA_RB || CPU_SH4A)
+       select ARCH_HAS_GCOV_PROFILE_ALL
        select PERF_USE_VMALLOC
        select HAVE_DEBUG_KMEMLEAK
        select HAVE_KERNEL_GZIP
@@ -222,7 +223,6 @@ config CPU_SHX3
 config ARCH_SHMOBILE
        bool
        select ARCH_SUSPEND_POSSIBLE
-       select PM
        select PM_RUNTIME
 
 config CPU_HAS_PMU
@@ -598,8 +598,6 @@ source kernel/Kconfig.hz
 config KEXEC
        bool "kexec system call (EXPERIMENTAL)"
        depends on SUPERH32 && MMU
-       select CRYPTO
-       select CRYPTO_SHA256
        help
          kexec is a system call that implements the ability to shutdown your
          current kernel, and to start another kernel.  It is like a reboot