Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757547Ab3DSIJP (ORCPT ); Fri, 19 Apr 2013 04:09:15 -0400 Received: from na3sys009aog114.obsmtp.com ([74.125.149.211]:40648 "EHLO na3sys009aog114.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756896Ab3DSIJL (ORCPT ); Fri, 19 Apr 2013 04:09:11 -0400 From: Chao Xie To: , , CC: Chao Xie Subject: [PATCH V2 1/3] pwm: pxa: ARCH_MMP share same pwm driver with ARCH_PXA Date: Fri, 19 Apr 2013 04:08:39 -0400 Message-ID: <1366358921-24478-2-git-send-email-chao.xie@marvell.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1366358921-24478-1-git-send-email-chao.xie@marvell.com> References: <1366358921-24478-1-git-send-email-chao.xie@marvell.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 781 Lines: 28 the pwm driver is not only used by ARCH_PXA but also ARCH_MMP Signed-off-by: Chao Xie --- drivers/pwm/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 115b644..9ec4040 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -108,7 +108,7 @@ config PWM_PUV3 config PWM_PXA tristate "PXA PWM support" - depends on ARCH_PXA + depends on ARCH_PXA || ARCH_MMP help Generic PWM framework driver for PXA. -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/