linux_dsm_epyc7002/drivers/soc/qcom
Arnd Bergmann d9d6888feb ARM: qcom: select ARM_CPU_SUSPEND for power management
The qcom spm driver uses cpu_resume_arm(), which is not included
in the kernel in all configurations:

drivers/built-in.o: In function `qcom_cpu_spc':
:(.text+0xbc022): undefined reference to `cpu_suspend'
drivers/built-in.o: In function `qcom_cpuidle_init':
:(.init.text+0x610c): undefined reference to `cpu_resume_arm'

This adds a 'select' Kconfig statement to ensure it's always
enabled.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
2015-12-08 13:01:02 -06:00
..
Kconfig ARM: qcom: select ARM_CPU_SUSPEND for power management 2015-12-08 13:01:02 -06:00
Makefile soc: qcom: smp2p: Qualcomm Shared Memory Point to Point 2015-12-08 13:01:01 -06:00
qcom_gsbi.c soc: qcom: gsbi: Add support for ADM CRCI muxing 2015-03-11 15:18:39 -05:00
smd-rpm.c soc: qcom: smd-rpm: Correct size of outgoing message 2015-10-31 01:51:20 +00:00
smd.c soc: qcom: smd: delete unneeded of_node_put 2015-10-14 14:51:22 -05:00
smem_state.c soc: qcom: Introduce common SMEM state machine code 2015-12-08 13:01:01 -06:00
smem.c soc: qcom: smem: Move RPM message ram out of smem DT node 2015-10-14 14:51:40 -05:00
smp2p.c soc: qcom: smp2p: Qualcomm Shared Memory Point to Point 2015-12-08 13:01:01 -06:00
smsm.c soc: qcom: smsm: Add driver for Qualcomm SMSM 2015-12-08 13:01:01 -06:00
spm.c soc: qcom: spm: Fix idle on THUMB2 kernels 2015-07-01 12:16:30 -07:00