From patchwork Wed Mar 13 05:05:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 2261491 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 486D3DF215 for ; Wed, 13 Mar 2013 05:10:33 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UFdug-0005BC-GO; Wed, 13 Mar 2013 05:07:42 +0000 Received: from mail-da0-x22f.google.com ([2607:f8b0:400e:c00::22f]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UFdu7-00051K-TX for linux-arm-kernel@lists.infradead.org; Wed, 13 Mar 2013 05:07:08 +0000 Received: by mail-da0-f47.google.com with SMTP id s35so245626dak.20 for ; Tue, 12 Mar 2013 22:07:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=vaflunPuRy89/HeOjJOIInN0ldW4nY1MbbezYQQP8PM=; b=E5u6CPLCeOs/tYuVRnNgowWE0ZlWjZAoBQRousWtj3JjFSMNYNysvWOqLgwreTLGD6 AWK+dJAPmc7OLZST5Nrgsla0B9Yfay4IGHoYYiJkdEMTS3Exc6zw833RwiplkGeyLCm0 c+6pep3x0+MNzOQ6SNmbv1zgkRxXnSGtVE2gJv7s5pICwPRne/2imawYE0EyIs3yS1/D mM+XK3v590K7TL4zH+fEVbT9mq+Oo8E1vMUhSFM9c17SWNLHQeoEAfLBpkvNQDpHRCYp LfMLFDhp41bcpBYmYJLGUFm55JNr4t+QlTfzbqcU9/e0FWqLs3FbbPfntM1uYNcQJ161 M1gQ== X-Received: by 10.69.1.70 with SMTP id be6mr44031513pbd.185.1363151225838; Tue, 12 Mar 2013 22:07:05 -0700 (PDT) Received: from localhost.localdomain ([67.198.145.34]) by mx.google.com with ESMTPS id ab1sm27947630pbd.37.2013.03.12.22.07.01 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Mar 2013 22:07:05 -0700 (PDT) From: Haojian Zhuang To: linux@arm.linux.org.uk, linus.walleij@linaro.org, arnd@arndb.de, olof@lixom.net, rob.herring@calxeda.com, linux-arm-kernel@lists.infradead.org, pawel.moll@arm.com, swarren@nvidia.com, john.stultz@linaro.org, tglx@linutronix.de, mturquette@linaro.org Subject: [PATCH v3 02/11] clocksource: select USE_OF by default Date: Wed, 13 Mar 2013 13:05:33 +0800 Message-Id: <1363151142-32162-3-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1363151142-32162-1-git-send-email-haojian.zhuang@linaro.org> References: <1363151142-32162-1-git-send-email-haojian.zhuang@linaro.org> X-Gm-Message-State: ALoCoQnVUk0P26/gXzcyu+wBW3DRirg69g/QBB0RnrxgPuVPgZ6q4KUj9u+hY3DnFyKg/EhLr3EB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130313_010708_068327_9042BFD3 X-CRM114-Status: UNSURE ( 8.07 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Haojian Zhuang , patches@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Since clksrc_of driver is always used in DT mode, select CONFIG_USE_OF by default. It could avoid build issue. Signed-off-by: Haojian Zhuang --- drivers/clocksource/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 4c04d19..167ed92 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -1,4 +1,5 @@ config CLKSRC_OF + select USE_OF bool config CLKSRC_I8253