Message ID | 20230411110034.351950-2-b-kapoor@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id ED31DC7619A for <linux-arm-kernel@archiver.kernel.org>; Tue, 11 Apr 2023 11:02:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NklhYmOmvnuNGobG6pcshPNpGa1dNml7dfAawd6b62k=; b=4ZSYvjqSVLZa7b HlwtNWomxpjDXHKfp0Pk0YY8F1kmN0vbnCBDpSWtFpXnG3UwrvkG2wzBYHVLyuj+y1uBnsh7tWBaV yOY9VzI6xuPTpT3CEcJPx8840RONxf6TUQgN5m2fpgzzHoYREhYXAeExT62vJZLvQBfkHuSQA4vjs x6qhhccIZJNqot6f93KYKEf4La4Hzn17atTjKWC/U60dqOnj3nn+gcZpdbVcl2egsnMIJYnAPE3QS eK8vapZm25RBGmzL5VGpfHjFWXViFIo2b3BE2T39+kI0oOETs9jcwOKL5Q4z5yVdSTc0EAi1MnEne 74bwkC/lxqfwIB63QVHg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pmBkK-00HOjO-2J; Tue, 11 Apr 2023 11:01:08 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pmBkE-00HOhr-0S for linux-arm-kernel@lists.infradead.org; Tue, 11 Apr 2023 11:01:03 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33BB0bei016312; Tue, 11 Apr 2023 06:00:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1681210837; bh=KFRCftFeqelxOsPepTZxlWXoObWigsz3epa8clzmefg=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=uEvUoyThO6wE4GUmWLPhsqfGvhXwXd8x6/HbRoqxNix46hFg3Kd0kZjKvzez/qmPc ECapVcqWXNM7hRr6fX5MU6LVcG3McvcEkzvmsKuRDWOoOXZ3I0acakr4UIHS87wQjX BxUqbcclBvg2U/uUo95MWCk98s4OFPaRZ5bC5ePs= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33BB0boe110940 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 11 Apr 2023 06:00:37 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Tue, 11 Apr 2023 06:00:36 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Tue, 11 Apr 2023 06:00:36 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33BB0ace088007; Tue, 11 Apr 2023 06:00:36 -0500 From: Bhavya Kapoor <b-kapoor@ti.com> To: <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org> CC: <b-kapoor@ti.com>, <catalin.marinas@arm.com>, <will@kernel.org>, <quic_bjorande@quicinc.com>, <arnd@arndb.de>, <krzysztof.kozlowski@linaro.org>, <geert+renesas@glider.be>, <nfraprado@collabora.com>, <broonie@kernel.org>, <rafal@milecki.pl> Subject: [PATCH 1/2] arm64: defconfig: Enable TI TSCADC driver Date: Tue, 11 Apr 2023 16:30:33 +0530 Message-ID: <20230411110034.351950-2-b-kapoor@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230411110034.351950-1-b-kapoor@ti.com> References: <20230411110034.351950-1-b-kapoor@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230411_040102_269399_9E4BC7C4 X-CRM114-Status: UNSURE ( 8.76 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
arm64: defconfig: Enable TI TSCADC and ADC drivers
|
expand
|
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7790ee42c68a..6bbfcc9fdbf4 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -670,6 +670,7 @@ CONFIG_MFD_SPMI_PMIC=y CONFIG_MFD_RK808=y CONFIG_MFD_SEC_CORE=y CONFIG_MFD_SL28CPLD=y +CONFIG_MFD_TI_AM335X_TSCADC=m CONFIG_MFD_ROHM_BD718XX=y CONFIG_MFD_WCD934X=m CONFIG_REGULATOR_FIXED_VOLTAGE=y
Enable TSCADC driver to be built as a module which will add support for TI's TSC/ADC MFDevice. Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)