From patchwork Tue May 23 08:59:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 13251913 Return-Path: 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 B29D0C7EE29 for ; Tue, 23 May 2023 08:59:41 +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: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:In-Reply-To:References: List-Owner; bh=nD1up6FQqWv1JAK5B3ZdtaitLB7B79fBDKmjQHCuG9g=; b=bsLOLWDYzCH6VA lcUkAJoyp8J4C1HA9z2MDeROQVd+w4N8mcnTqRFcI+E89ISfvHvziPuLkDlm0FFl/x6EbyjUB+Gu4 U6pxzgkZAYa6pdKSQhcf+hd0/WigRT6O7eiV+qxQqqxwfmAIRXcyJeAN5C0O/lLX8+ZtguYA4F3wQ Gls9bHumRB30UOmo8thBl7aSASqMSeIC1BQd80Vz0idZnCLv7nDZd50BsEPM4qf8IleS3gw0MHdDL fqCs2BmQS3r1JVKGgKF5N01TMnaJsQerrZaOc9reH0HQtN9Px2KsNSg97qfei9AIUwA9pfHNXg6RG lNYssujKbJ117S6eQ6Lw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q1NrQ-009Wyn-0o; Tue, 23 May 2023 08:59:16 +0000 Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q1NrM-009WwZ-00 for linux-arm-kernel@lists.infradead.org; Tue, 23 May 2023 08:59:13 +0000 Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 9EEA71C000A; Tue, 23 May 2023 08:59:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1684832347; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=n5OoiN38+Tb5qIVrVBMydqviPDrb5KnWgUBxvNt3wp4=; b=odkNJNXzegTUbmKcjoDx9lyrTjHB5WVsnumGgwV3sFrCw2GLFG/eejqhRQgBz6CEbgdXgh oGbjFSO3lkfLPaMRGOnQ52TAdfh5844E0khwB/z7kOnsWhor6lE/a+gvCYXlnsIQyQolYF pFbHcLtnBsRKX7+CL5Ca/1IrifMpiSDgCI/nqlNuUcJ3tQqkwlTi8fTjXDQeGpqW3kap1A 8/8bQPHYntAzghpWXH6h8aP0Rkf/04sI3041ziIplpDzrKtOguPYmHlyOC+OD4Ml5OkkW5 s0m1r5uy+qFvsRxlbZU66ZUPIkXlBiB8xvssHRsEYH6NouiK9+xFrZSQqwe0EQ== From: Herve Codina To: Herve Codina , Qiang Zhao , Li Yang , Greg Kroah-Hartman , Jiri Slaby Cc: linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Mark Brown , Christophe Leroy , Thomas Petazzoni Subject: [PATCH v2 0/2] Fix COMPILE_TEST dependencies for CPM uart, TSA and QMC Date: Tue, 23 May 2023 10:59:00 +0200 Message-Id: <20230523085902.75837-1-herve.codina@bootlin.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230523_015912_220549_B61F423C X-CRM114-Status: GOOD ( 10.41 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series fixes issues raised by the kernel test robot https://lore.kernel.org/oe-kbuild-all/202305160221.9XgweObz-lkp@intel.com/ In COMPILE_TEST configurations, TSA and QMC need CONFIG_CPM to be set in order to compile and CPM uart needs CONFIG_CPM2. Compare to the previous iteration https://lore.kernel.org/linux-kernel/20230522082048.21216-1-herve.codina@bootlin.com/ this v2 series fully removes COMPILE_TEST from the CPM uart dependencies. Best regards, Hervé Changes v1 -> v2 - Patch 2 Remove COMPILE_TEST dependency Herve Codina (2): soc: fsl: cpm1: Fix TSA and QMC dependencies in case of COMPILE_TEST serial: cpm_uart: Fix a COMPILE_TEST dependency drivers/soc/fsl/qe/Kconfig | 4 ++-- drivers/tty/serial/Kconfig | 2 +- drivers/tty/serial/cpm_uart/cpm_uart.h | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-)