2014-02-11 20:22:11

by Kumar Gala

[permalink] [raw]
Subject: [PATCH] power: reset: msm - switch Kconfig to ARCH_QCOM depends

We've split Qualcomm MSM support into legacy and multiplatform. The reset
driver is only relevant on the multiplatform supported SoCs so switch the
Kconfig depends to ARCH_QCOM.

Signed-off-by: Kumar Gala <[email protected]>
---
Dmitry, David,

If you can ack this I'll send it via linux-qcom/arm-soc tree's

thanks

- k

drivers/power/reset/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index 6d452a7..fa0e4e0 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -22,7 +22,7 @@ config POWER_RESET_GPIO

config POWER_RESET_MSM
bool "Qualcomm MSM power-off driver"
- depends on POWER_RESET && ARCH_MSM
+ depends on POWER_RESET && ARCH_QCOM
help
Power off and restart support for Qualcomm boards.

--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation


2014-02-11 22:54:23

by Dmitry Baryshkov

[permalink] [raw]
Subject: Re: [PATCH] power: reset: msm - switch Kconfig to ARCH_QCOM depends

On Wed, Feb 12, 2014 at 12:22 AM, Kumar Gala <[email protected]> wrote:
> We've split Qualcomm MSM support into legacy and multiplatform. The reset
> driver is only relevant on the multiplatform supported SoCs so switch the
> Kconfig depends to ARCH_QCOM.
>
> Signed-off-by: Kumar Gala <[email protected]>

Acked-by: Dmitry Eremin-Solenikov

> ---
> Dmitry, David,
>
> If you can ack this I'll send it via linux-qcom/arm-soc tree's

Please, go ahead.

>
> thanks



--
With best wishes
Dmitry