0017-power-reset-msm-switch-Kconfig-to-ARCH_QCOM-depends.patch 900 B

123456789101112131415161718192021222324252627
  1. From 6e8707828be07397ee8ee437a6ef1b8f73f82287 Mon Sep 17 00:00:00 2001
  2. From: Kumar Gala <[email protected]>
  3. Date: Thu, 30 Jan 2014 14:46:08 -0600
  4. Subject: [PATCH 017/182] power: reset: msm - switch Kconfig to ARCH_QCOM
  5. depends
  6. We've split Qualcomm MSM support into legacy and multiplatform. The reset
  7. driver is only relevant on the multiplatform supported SoCs so switch the
  8. Kconfig depends to ARCH_QCOM.
  9. Acked-by: Dmitry Eremin-Solenikov
  10. Signed-off-by: Kumar Gala <[email protected]>
  11. ---
  12. drivers/power/reset/Kconfig | 2 +-
  13. 1 file changed, 1 insertion(+), 1 deletion(-)
  14. --- a/drivers/power/reset/Kconfig
  15. +++ b/drivers/power/reset/Kconfig
  16. @@ -22,7 +22,7 @@ config POWER_RESET_GPIO
  17. config POWER_RESET_MSM
  18. bool "Qualcomm MSM power-off driver"
  19. - depends on POWER_RESET && ARCH_MSM
  20. + depends on POWER_RESET && ARCH_QCOM
  21. help
  22. Power off and restart support for Qualcomm boards.