Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756413AbbFQLn2 (ORCPT ); Wed, 17 Jun 2015 07:43:28 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:37434 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753366AbbFQLnP (ORCPT ); Wed, 17 Jun 2015 07:43:15 -0400 From: Antonio Borneo To: Daniel Lezcano , Thomas Gleixner , linux-kernel@vger.kernel.org Cc: Antonio Borneo , Francois Romieu , "David S. Miller" , netdev@vger.kernel.org Subject: [PATCH 1/2] clocksource: Kconfig: replace USE_OF with OF Date: Wed, 17 Jun 2015 19:42:30 +0800 Message-Id: <1434541351-9699-2-git-send-email-borneo.antonio@gmail.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1434541351-9699-1-git-send-email-borneo.antonio@gmail.com> References: <1434541351-9699-1-git-send-email-borneo.antonio@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1006 Lines: 33 USE_OF is used as intermediate Kconfig option by few arch's (ARM, MIPS, Xtensa); in all these cases it implies setting option OF too. Replace the only instance of USE_OF in clocksource with OF. Signed-off-by: Antonio Borneo --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 51d7865f..d7410c2 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -254,7 +254,7 @@ config CLKSRC_MIPS_GIC config CLKSRC_PXA def_bool y if ARCH_PXA || ARCH_SA1100 - select CLKSRC_OF if USE_OF + select CLKSRC_OF if OF help This enables OST0 support available on PXA and SA-11x0 platforms. -- 2.4.3 -- 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/