Loading arch/arm/mach-msm/Kconfig +6 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,6 @@ config ARCH_MPQ8092 select MSM_GPIOMUX select MSM_QDSP6V2_CODECS select MSM_QDSP6_APRV2 if SND_SOC select MSM_NOPM select MEMORY_HOLE_CARVEOUT select QMI_ENCDEC select MIGHT_HAVE_PCI Loading @@ -104,6 +103,12 @@ config ARCH_MPQ8092 select MSM_MULTIMEDIA_USE_ION select USB_ARCH_HAS_XHCI select MSM_IRQ select MSM_SPM_V2 select MSM_L2_SPM select MSM_PM if PM select MSM_RPM_SMD select MSM_RPM_STATS_LOG select MSM_RPM_LOG config ARCH_FSM9900 bool "FSM9900" Loading arch/arm/mach-msm/board-8092.c +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ #include "board-dt.h" #include "clock.h" #include "platsmp.h" #include "spm.h" #include "pm.h" static void __init mpq8092_early_memory(void) { Loading Loading @@ -76,6 +78,8 @@ void __init mpq8092_add_drivers(void) { msm_smd_init(); msm_rpm_driver_init(); msm_pm_sleep_status_init(); msm_spm_device_init(); rpm_smd_regulator_driver_init(); qpnp_regulator_init(); krait_power_init(); Loading Loading
arch/arm/mach-msm/Kconfig +6 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,6 @@ config ARCH_MPQ8092 select MSM_GPIOMUX select MSM_QDSP6V2_CODECS select MSM_QDSP6_APRV2 if SND_SOC select MSM_NOPM select MEMORY_HOLE_CARVEOUT select QMI_ENCDEC select MIGHT_HAVE_PCI Loading @@ -104,6 +103,12 @@ config ARCH_MPQ8092 select MSM_MULTIMEDIA_USE_ION select USB_ARCH_HAS_XHCI select MSM_IRQ select MSM_SPM_V2 select MSM_L2_SPM select MSM_PM if PM select MSM_RPM_SMD select MSM_RPM_STATS_LOG select MSM_RPM_LOG config ARCH_FSM9900 bool "FSM9900" Loading
arch/arm/mach-msm/board-8092.c +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ #include "board-dt.h" #include "clock.h" #include "platsmp.h" #include "spm.h" #include "pm.h" static void __init mpq8092_early_memory(void) { Loading Loading @@ -76,6 +78,8 @@ void __init mpq8092_add_drivers(void) { msm_smd_init(); msm_rpm_driver_init(); msm_pm_sleep_status_init(); msm_spm_device_init(); rpm_smd_regulator_driver_init(); qpnp_regulator_init(); krait_power_init(); Loading