From patchwork Fri Nov 14 12:30:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abhilash Kesavan X-Patchwork-Id: 5305681 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 8918C9F818 for ; Fri, 14 Nov 2014 12:34:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 84A0120103 for ; Fri, 14 Nov 2014 12:34:43 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3F0B7200E7 for ; Fri, 14 Nov 2014 12:34:42 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XpG2b-0004Qo-Hy; Fri, 14 Nov 2014 12:31:53 +0000 Received: from mail-pd0-x22b.google.com ([2607:f8b0:400e:c02::22b]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XpG2Z-0004P6-Cm for linux-arm-kernel@lists.infradead.org; Fri, 14 Nov 2014 12:31:51 +0000 Received: by mail-pd0-f171.google.com with SMTP id r10so16657362pdi.30 for ; Fri, 14 Nov 2014 04:31:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=tDQVu32Tu9Y6wzptTOCo4teDGuen8QPHD4lXQswn4LU=; b=ZRg/M3zjZO/RCNYdsqKXI5RFgomwEExLMqfb/K2znGxvwVICr+IEeZh2SssD0ExOwB Vpm2PVWL/jMV84V/m4eK9EUUMkZTkZkhGxDlH8o7UVC7+cn+at85kk/MeTO0V/m72bnw zs7/FBW8aql/dDVlugbpuk8DKzCwwG0LzVcQZQDB9cmDe4FqBZisZrfPFzzGYusmR4Ko Eb7oCti74nZDOorBS4YRku09Y7CZUDStJyOD1TmGatYKr0xfnN3D0O3N7D3qqFgam9hS kkml3yFYpuxz6E85YgX/uPBEaa+UACesWoJt9RFi2ZBJUxscSw1MgWUf6Oh2jVNpcBnO EMBg== X-Received: by 10.68.229.193 with SMTP id ss1mr10056252pbc.16.1415968290197; Fri, 14 Nov 2014 04:31:30 -0800 (PST) Received: from localhost.localdomain ([122.171.88.80]) by mx.google.com with ESMTPSA id pv7sm10375020pdb.69.2014.11.14.04.31.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 14 Nov 2014 04:31:29 -0800 (PST) From: Abhilash Kesavan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] arm64: enable ARCH_HAS_BANDGAP config Date: Fri, 14 Nov 2014 18:00:54 +0530 Message-Id: <1415968254-5182-1-git-send-email-a.kesavan@samsung.com> X-Mailer: git-send-email 2.1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141114_043151_457555_57FF31CD X-CRM114-Status: UNSURE ( 7.69 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: kesavan.abhilash@gmail.com, arnd@arndb.de, catalin.marinas@arm.com, edubezval@gmail.com, amit.daniel@samsung.com, rui.zhang@intel.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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 X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Some of the existing thermal drivers (ti and exynos) have a dependency on ARCH_HAS_BANDGAP. Activate ARCH_HAS_BANDGAP config entry for ARM64 so that these drivers may be re-used. Signed-off-by: Abhilash Kesavan Reviewed-by: Alim Akhtar --- arch/arm64/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 5bb1900..7c452e4 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -139,6 +139,9 @@ config KERNEL_MODE_NEON config FIX_EARLYCON_MEM def_bool y +config ARCH_HAS_BANDGAP + def_bool y + source "init/Kconfig" source "kernel/Kconfig.freezer"