KEXEC: add support for (and enable) KEXEC with RAM CONSOLE
/arch/arm/mach-msm/Kconfig
blob:e8d5431cc8b7402739b38cd394b7e6ffbc110929 -> blob:51b347af328bb1a6ff6be214dfa7e531b2a963b6
--- arch/arm/mach-msm/Kconfig
+++ arch/arm/mach-msm/Kconfig
@@ -904,13 +904,6 @@ config PHYS_OFFSET
default "0x40200000" if ARCH_MSM8X60
default "0x10000000"
-config HAVE_END_MEM
- bool "Specify highest physical RAM address at compile time"
-
-config END_MEM
- hex "Highest physical address where system RAM resides"
- depends on HAVE_END_MEM
-
config KERNEL_PMEM_EBI_REGION
bool "Enable in-kernel PMEM region for EBI"
default y if ARCH_MSM8X60
@@ -1524,54 +1517,6 @@ config MSM_DALRPC_TEST
help
Exercises DAL RPC calls to QDSP6.
-config MSM_MPDEC
- bool "Enable kernel based mpdecision"
- depends on MSM_SMP
- default y
- help
- This enables kernel based multi core control.
- (up/down hotplug based on load)
-config MSM_MPDEC_STARTDELAY
- int "Deplay before starting MP DECISION"
- default 70000
- depends on MSM_MPDEC
-
-config MSM_MPDEC_DELAY
- int "Deplay before resuming MP DECISION"
- default 500
- depends on MSM_MPDEC
-
-config MSM_MPDEC_PAUSE
- int "How long to pause after external process controls cpu"
- default 10000
- depends on MSM_MPDEC
-
-config MSM_MPDEC_SCROFF_FREQ
- int "Screen Off MAX CPU"
- default 384000
- depends on MSM_MPDEC
-
-config MSM_MPDEC_IDLE_FREQ
- int "Idle MAX CPU"
- default 384000
- depends on MSM_MPDEC
-
-config MSM_MPDEC
- bool "Enable kernel based mpdecision"
- depends on MSM_SMP
- default n
- help
- This enables kernel based multi core control.
- (up/down hotplug based on load)
-
-config MSM_MPDEC
- bool "Enable kernel based mpdecision"
- depends on MSM_SMP
- default n
- help
- This enables kernel based multi core control.
- (up/down hotplug based on load)
-
if CPU_FREQ_MSM
config MSM_CPU_FREQ_SET_MIN_MAX