OSDN Git Service

hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined.
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / arch / Kconfig
index a71cdbe..4e949e5 100644 (file)
@@ -2,6 +2,9 @@
 # General architecture dependent options
 #
 
+config KEXEC_CORE
+       bool
+
 config OPROFILE
        tristate "OProfile system profiling"
        depends on PROFILING
@@ -93,7 +96,6 @@ config KPROBES_ON_FTRACE
 
 config UPROBES
        def_bool n
-       select PERCPU_RWSEM
        help
          Uprobes is the user-space counterpart to kprobes: they
          enable instrumentation applications (such as 'perf probe')